From 85e18fcc22ecdb5fca60f84f80f181d21c1f8483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 9 Apr 2010 15:49:17 +0200 Subject: [PATCH] Deleted test of HAVE_LIBGMP. Rev: nettle/bignum-random.c:1.3 --- bignum-random.c | 4 ---- 1 file changed, 4 deletions(-) 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 <stdlib.h> #include "bignum.h" @@ -85,5 +83,3 @@ nettle_mpz_random(mpz_t x, mpz_fdiv_r(x, x, n); } - -#endif /* HAVE_LIBGMP */ -- GitLab