diff options
Diffstat (limited to 'test/exptest.c')
-rw-r--r-- | test/exptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exptest.c b/test/exptest.c index 7a155f957d..0acdacced7 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -66,7 +66,7 @@ #include <openssl/rand.h> #include <openssl/err.h> -#define NUM_BITS (BN_BITS*2) +#define NUM_BITS (BN_BITS2 * 4) static const char rnd_seed[] = "string to make the random number generator think it has entropy"; |