From: Niels Möller Date: Fri, 9 Apr 2010 13:49:33 +0000 (+0200) Subject: * bignum-random.c: Deleted test of HAVE_LIBGMP. X-Git-Tag: camellia_32bit_20100720~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fb6bb4685ecd239736147803fde10072828ea34;p=thirdparty%2Fnettle.git * bignum-random.c: Deleted test of HAVE_LIBGMP. * bignum.c: Likewise. Rev: nettle/bignum.c:1.3 --- diff --git a/bignum.c b/bignum.c index e73f6190..bb18791b 100644 --- a/bignum.c +++ b/bignum.c @@ -27,8 +27,6 @@ # include "config.h" #endif -#if HAVE_LIBGMP - #include #include @@ -195,5 +193,3 @@ nettle_mpz_init_set_str_256_s(mpz_t x, mpz_init(x); nettle_mpz_set_str_256_s(x, length, s); } - -#endif /* HAVE_LIBGMP */