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

Deleted test of HAVE_LIBGMP.

Rev: nettle/bignum-random.c:1.3
parent 1eb582eb
No related branches found
No related tags found
Loading
......@@ -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 */
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