"print" is GNU bc specific.
[oweals/openssl.git] / crypto / bn / bn_ctx.c
index 93d08152f732360a7dfa851ef54403250d7703d1..46132fd1806a04506803f23c4a2e03a4c4b2a336 100644 (file)
@@ -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;