~ubuntu-branches/ubuntu/lucid/pgpdump/lucid

« back to all changes in this revision

Viewing changes to types.c

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-12-16 02:13:45 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071216021345-lprua5i24y7l2mmw
Tags: 0.26-1
* New upstream version. (Closes: #443522)
* debian/copyright:
 + Updated source URL.
* debian/watch:
 + Updated watch URL.
* debian/rules:
 + Migrated to CDBS, completely new `debian/rules`.
* debian/control:
 + Standard-Versions updated to 3.7.3, no further modifications needed.
 + Added to Build-depends `cdbs`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        "DSA Digital Signature Algorithm(pub 17)",
55
55
        "Reserved for Elliptic Curve(pub 18)", 
56
56
        "Reserved for ECDSA(pub 19)", 
57
 
        "ElGamal Encrypt or Sign (pub 20)", 
 
57
        "Reserved formerly ElGamal Encrypt or Sign(pub 20)", 
58
58
        "Reserved for Diffie-Hellman (pub 21)", 
59
59
};
60
60
#define PUB_ALGS_NUM (sizeof(PUB_ALGS) / sizeof(string))