summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-08 01:34:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-08 01:34:59 +0000
commitf07fb9b24be9ae2d21647257d830da565561df3b (patch)
tree4ca3e722e549cbc804b0b60e4ef1a27e59f88260 /crypto/bn/bntest.c
parent1e8f28c49181f912f1562115ef604cd387227dfa (diff)
Add command line password options to the reamining utilities,
amend docs.
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index 8b3f9ead3e..cec21646da 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -72,9 +72,9 @@
#include "../bio/bss_file.c"
#endif
-const num0 = 100; /* number of tests */
-const num1 = 50; /* additional tests for some functions */
-const num2 = 5; /* number of tests for slow functions */
+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 */
int test_add(BIO *bp);
int test_sub(BIO *bp);