From: Niels Möller Date: Wed, 25 Feb 2004 13:06:57 +0000 (+0100) Subject: Include nettle-types.h. X-Git-Tag: nettle_1.10_release_20040305~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13595b53cc929efe0658160a3f53c21d7979c90f;p=thirdparty%2Fnettle.git Include nettle-types.h. Rev: src/nettle/ChangeLog:1.252 Rev: src/nettle/pgp.h:1.7 --- diff --git a/ChangeLog b/ChangeLog index 17b3295c..3d40377a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-25 Niels Möller + + * pgp.h: Include nettle-types.h. + 2004-02-24 Niels Möller * testsuite/symbols-test: Allow symbols starting with double diff --git a/pgp.h b/pgp.h index 2bd9a30d..4b901a6d 100644 --- a/pgp.h +++ b/pgp.h @@ -28,6 +28,8 @@ #include +#include "nettle-types.h" + /* FIXME: User must include bignum.h before this file, in order to get mpz_t defined. We don't do that here, in order to kludge through compilation without public key support and without gmp.h. */