From: Niels Möller Date: Mon, 12 May 2003 21:42:22 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.8_release_20040110~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f2445484f70b3ead5f72947a3bfc28fdefdf6d;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.196 --- diff --git a/ChangeLog b/ChangeLog index fcff246d..03acb6f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2003-05-12 Niels Möller + * rsa2openpgp.c (rsa_keypair_to_openpgp): Some bugfixes. + + * pgp.h (enum pgp_subpacket_tag): New enum. Definition is bogus + and needs to be fixed. + Added forward declarations of structs, and prototypes for + pgp_put_public_rsa_key and pgp_put_rsa_sha1_signature. + + * pgp-encode.c (pgp_put_mpi): Take a const mpz_t argument. Gugfix, + use nettle_mpz_get_str_256. + (pgp_put_public_rsa_key, pgp_put_rsa_sha1_signature): + Constification. Some bugfixes. + + * Use "config.h", not . + * Reordered includes in most or all .c-files. All should now include config.h.