PR: 1835
[openssl.git] / crypto / bn / bntest.c
index 565590a1f17bf58a6012dc7ebb879642467adf56..14990bc4ff10489925e76031ad8d3af6d63cc6db 100644 (file)
@@ -928,7 +928,7 @@ int test_mod_exp(BIO *bp, BN_CTX *ctx)
                BN_bntest_rand(b,2+i,0,0); /**/
 
                if (!BN_mod_exp(d,a,b,c,ctx))
-                       return(00);
+                       return(0);
 
                if (bp != NULL)
                        {
@@ -1030,7 +1030,7 @@ int test_exp(BIO *bp, BN_CTX *ctx)
                BN_bntest_rand(b,2+i,0,0); /**/
 
                if (!BN_exp(d,a,b,ctx))
-                       return(00);
+                       return(0);
 
                if (bp != NULL)
                        {