From: Niels Möller Date: Tue, 13 May 2003 08:06:02 +0000 (+0200) Subject: Do proper namemangling for pgp_put_public_rsa_key and X-Git-Tag: nettle_1.8_release_20040110~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3924ef1c14f91287c5371633c704fa2062a22f5a;p=thirdparty%2Fnettle.git Do proper namemangling for pgp_put_public_rsa_key and pgp_put_rsa_sha1_signature. Rev: src/nettle/ChangeLog:1.198 Rev: src/nettle/pgp.h:1.4 --- diff --git a/ChangeLog b/ChangeLog index 70386eab..7521f77c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-05-13 Niels Möller + * pgp.h: Do proper namemangling for pgp_put_public_rsa_key and + pgp_put_rsa_sha1_signature. + * pgp-encode.c (pgp_put_mpi): Fixed nettle_mpz_get_str_256 call. 2003-05-12 Niels Möller diff --git a/pgp.h b/pgp.h index 374db53e..eff888f7 100644 --- a/pgp.h +++ b/pgp.h @@ -39,6 +39,8 @@ #define pgp_sub_packet_start nettle_pgp_sub_packet_start #define pgp_put_sub_packet nettle_pgp_put_sub_packet #define pgp_sub_packet_end nettle_pgp_sub_packet_end +#define pgp_put_public_rsa_key nettle_pgp_put_public_rsa_key +#define pgp_put_rsa_sha1_signature nettle_pgp_put_rsa_sha1_signature #define pgp_put_userid nettle_pgp_put_userid #define pgp_crc24 nettle_pgp_crc24 #define pgp_armor nettle_pgp_armor