projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move more BN internals to bn_lcl.h
[openssl.git]
/
test
/
exptest.c
diff --git
a/test/exptest.c
b/test/exptest.c
index
7a155f9
..
0acdacc
100644
(file)
--- 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_BITS
2 * 4
)
static const char rnd_seed[] =
"string to make the random number generator think it has entropy";