From: Niels Möller Date: Fri, 9 Apr 2010 13:51:19 +0000 (+0200) Subject: * bignum-random.c: Deleted test of HAVE_LIBGMP. X-Git-Tag: camellia_32bit_20100720~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e885b5285dd3bf62be39fc6db956f3e32bc81c0a;p=thirdparty%2Fnettle.git * bignum-random.c: Deleted test of HAVE_LIBGMP. * bignum.c: Likewise. * sexp2bignum.c: Likewise. Rev: nettle/sexp2bignum.c:1.2 --- diff --git a/sexp2bignum.c b/sexp2bignum.c index 56b5703e..eca790ef 100644 --- a/sexp2bignum.c +++ b/sexp2bignum.c @@ -26,8 +26,6 @@ # include "config.h" #endif -#if HAVE_LIBGMP - #include "sexp.h" #include "bignum.h" @@ -53,5 +51,3 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i) else return 0; } - -#endif /* HAVE_LIBGMP */