Submitted by: Damien Miller <djm@mindrot.org>
Approved by: steve@openssl.org

Fix various typos.
This commit is contained in:
Dr. Stephen Henson
2009-02-14 21:49:38 +00:00
parent 30b1b28aff
commit 477fd4596f
14 changed files with 16 additions and 16 deletions

View 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)
{