]> git.ipfire.org Git - thirdparty/nettle.git/commit
* pgp-encode.c [!HAVE_LIBGMP]: Kludge around the pgp.h's
authorNiels Möller <nisse@lysator.liu.se>
Sat, 7 Feb 2004 17:13:44 +0000 (18:13 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 7 Feb 2004 17:13:44 +0000 (18:13 +0100)
commitae15d22ab59c8d01b7934d49d7cd40c7f76ca86a
treee45dc068e2698592ca2ed53911e70486774b51d7
parent667b066290b39c3670a41a83d0b0ed08d0cdef71
* 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.

Rev: src/nettle/pgp-encode.c:1.8
Rev: src/nettle/pgp.h:1.6
pgp-encode.c
pgp.h