From: Niels Möller Date: Fri, 9 Apr 2010 13:49:17 +0000 (+0200) Subject: Deleted test of HAVE_LIBGMP. X-Git-Tag: camellia_32bit_20100720~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e18fcc22ecdb5fca60f84f80f181d21c1f8483;p=thirdparty%2Fnettle.git Deleted test of HAVE_LIBGMP. Rev: nettle/bignum-random.c:1.3 --- diff --git a/bignum-random.c b/bignum-random.c index 6653dea3..dc2fd1c9 100644 --- a/bignum-random.c +++ b/bignum-random.c @@ -27,8 +27,6 @@ # include "config.h" #endif -#if HAVE_LIBGMP - #include #include "bignum.h" @@ -85,5 +83,3 @@ nettle_mpz_random(mpz_t x, mpz_fdiv_r(x, x, n); } - -#endif /* HAVE_LIBGMP */