~peter-pearse/ubuntu/natty/libgcrypt11/prop001

« back to all changes in this revision

Viewing changes to cipher/pubkey.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409112241-hzwl3tex8cmr2dkz
Tags: 1.2.4-2
* Upload to unstable.
* Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
* Switch to debhelper v5 mode.
* New upstream version closes filehandles in gcry_rndlinux_gather_random().
  (Closes: #403613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1244
1244
          static struct { const char *name; int algo; } hashnames[] = 
1245
1245
          { { "sha1",   GCRY_MD_SHA1 },
1246
1246
            { "md5",    GCRY_MD_MD5 },
 
1247
            { "sha256", GCRY_MD_SHA256 },
 
1248
            { "ripemd160", GCRY_MD_RMD160 },
1247
1249
            { "rmd160", GCRY_MD_RMD160 },
1248
 
            { "sha256", GCRY_MD_SHA256 },
1249
1250
            { "sha384", GCRY_MD_SHA384 },
1250
1251
            { "sha512", GCRY_MD_SHA512 },
1251
1252
            { "md2",    GCRY_MD_MD2 },