diff options
Diffstat (limited to 'regress/lib/libcrypto/bn/general/bntest.c')
-rw-r--r-- | regress/lib/libcrypto/bn/general/bntest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/bn/general/bntest.c b/regress/lib/libcrypto/bn/general/bntest.c index c5ec3cdc13f..0247dacaa49 100644 --- a/regress/lib/libcrypto/bn/general/bntest.c +++ b/regress/lib/libcrypto/bn/general/bntest.c @@ -84,6 +84,8 @@ #include <openssl/x509.h> #include <openssl/err.h> +int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom); + const int num0 = 100; /* number of tests */ const int num1 = 50; /* additional tests for some functions */ const int num2 = 5; /* number of tests for slow functions */ |