Skip to content
Snippets Groups Projects
Commit e885b528 authored by Niels Möller's avatar Niels Möller
Browse files

* bignum-random.c: Deleted test of HAVE_LIBGMP.

* bignum.c: Likewise.
* sexp2bignum.c: Likewise.

Rev: nettle/sexp2bignum.c:1.2
parent ee30ffd9
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# include "config.h" # include "config.h"
#endif #endif
#if HAVE_LIBGMP
#include "sexp.h" #include "sexp.h"
#include "bignum.h" #include "bignum.h"
...@@ -53,5 +51,3 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i) ...@@ -53,5 +51,3 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i)
else else
return 0; return 0;
} }
#endif /* HAVE_LIBGMP */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment