From 5fb6bb4685ecd239736147803fde10072828ea34 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:33 +0200 Subject: [PATCH] * bignum-random.c: Deleted test of HAVE_LIBGMP. * bignum.c: Likewise. Rev: nettle/bignum.c:1.3 --- bignum.c | 4 ---- 1 file changed, 4 deletions(-) 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 <assert.h> #include <string.h> @@ -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 */ -- GitLab