From e885b5285dd3bf62be39fc6db956f3e32bc81c0a 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:51:19 +0200
Subject: [PATCH] * bignum-random.c: Deleted test of HAVE_LIBGMP. * bignum.c:
 Likewise. * sexp2bignum.c: Likewise.

Rev: nettle/sexp2bignum.c:1.2
---
 sexp2bignum.c | 4 ----
 1 file changed, 4 deletions(-)

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 */
-- 
GitLab