diff options
author | Niels Möller <nisse@lysator.liu.se> | 2010-04-09 15:49:17 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2010-04-09 15:49:17 +0200 |
commit | 85e18fcc22ecdb5fca60f84f80f181d21c1f8483 (patch) | |
tree | e0e223e5fc905a9ccc1e67ccdf814064594ee5e3 | |
parent | 1eb582ebafca1e2b351e6ae2799a97a9c005da75 (diff) | |
download | nettle-85e18fcc22ecdb5fca60f84f80f181d21c1f8483.tar.gz |
Deleted test of HAVE_LIBGMP.
Rev: nettle/bignum-random.c:1.3
-rw-r--r-- | bignum-random.c | 4 |
1 files changed, 0 insertions, 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 */ |