From: Niels Möller Date: Sat, 7 Feb 2004 17:16:26 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.9_release_20040207~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f89ae0f03a2c0e2c0302cc30f0d8784f5f9980c3;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.242 --- diff --git a/ChangeLog b/ChangeLog index 1d18653f..1fefa86a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2004-02-07 Niels Möller + * testsuite/sexp-format-test.c: Include bignum.h only if HAVE_LIBGMP. + * testsuite/rsa-encrypt-test.c: Include rsa.h only if WITH_PUBLIC_KEY. + * testsuite/pkcs1-test.c: Include pkcs1.h only if WITH_PUBLIC_KEY. + + * pgp-encode.c [!HAVE_LIBGMP]: Kludge around the pgp.h's + dependency on gmp.h. + (pgp_put_mpi): Condition on HAVE_LIBGMP. + + * pgp.h: Don't include bignum.h, to make it possible to compile + the non-bignum parts of pgp-encode.c without bignum support. Needs + to be fixed properly before the pgp interface is advertised. + * tools/sexp-conv.c (xalloc): New function. (main): Use xalloc.