]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* bignum-random.c: Deleted test of HAVE_LIBGMP.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 9 Apr 2010 13:51:19 +0000 (15:51 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 9 Apr 2010 13:51:19 +0000 (15:51 +0200)
* bignum.c: Likewise.
* sexp2bignum.c: Likewise.

Rev: nettle/sexp2bignum.c:1.2

sexp2bignum.c

index 56b5703e4193d415de26a2b55d6afbad589565d6..eca790ef22f13793f0ab186398b70abb6dda50c7 100644 (file)
@@ -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 */