summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-14 22:49:38 +0100
committerDr. Stephen Henson <steve@openssl.org>2009-02-14 22:49:38 +0100
commit477fd4596feb89fe943130c8b1a4e37a0d3764bb (patch)
tree06e988b58c9127180ea9ce61841064bcfa736f9f /crypto/bn/bntest.c
parentReturn correct exit code. (diff)
downloadopenssl-477fd4596feb89fe943130c8b1a4e37a0d3764bb.tar.xz
openssl-477fd4596feb89fe943130c8b1a4e37a0d3764bb.zip
PR: 1835
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
Diffstat (limited to 'crypto/bn/bntest.c')
-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)
{