summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
commit477fd4596feb89fe943130c8b1a4e37a0d3764bb (patch)
tree06e988b58c9127180ea9ce61841064bcfa736f9f /crypto/bn
parent30b1b28aff8911c6a39890e78f8358079a415353 (diff)
PR: 1835
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bntest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index 565590a1f1..14990bc4ff 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -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)
{