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 @@
# 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 */
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