Add command line password options to the reamining utilities,
[openssl.git] / crypto / bn / bntest.c
index 8b3f9ead3ebda5d1824ab900d1b50ae7c6601d11..cec21646da6a4ed32db6a9b028f075b957751917 100644 (file)
@@ -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);