aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-06 15:56:59 +0000
committerUlf Möller <ulf@openssl.org>2000-02-06 15:56:59 +0000
commitcae55bfc68bed0a2d562891f11a75bf2145eb81e (patch)
tree4f36b19f130cee733b684d2827dfd65ae28f9626 /crypto/bn/bn_ctx.c
parent0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3 (diff)
downloadopenssl-cae55bfc68bed0a2d562891f11a75bf2145eb81e.zip
openssl-cae55bfc68bed0a2d562891f11a75bf2145eb81e.tar.gz
openssl-cae55bfc68bed0a2d562891f11a75bf2145eb81e.tar.bz2
Improve bntest slightly, and fix another bug in the BN library.
Diffstat (limited to 'crypto/bn/bn_ctx.c')
-rw-r--r--crypto/bn/bn_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index 93d0815..46132fd 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -119,7 +119,7 @@ BIGNUM *BN_CTX_get(BN_CTX *ctx)
if (!ctx->too_many)
{
BNerr(BN_F_BN_CTX_GET,BN_R_TOO_MANY_TEMPORARY_VARIABLES);
- /* disable error code until SSL_CTX_end is called: */
+ /* disable error code until BN_CTX_end is called: */
ctx->too_many = 1;
}
return NULL;