From: Dr. Stephen Henson Date: Mon, 1 Mar 2010 01:52:47 +0000 (+0000) Subject: 'typo' X-Git-Tag: OpenSSL_1_0_0~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb24311e7c808552d991359c812a5516a40225c2;p=oweals%2Fopenssl.git 'typo' --- diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index fa786406ee..bead6a2170 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -574,7 +574,7 @@ int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) return 0; } #ifndef OPENSSL_NO_ENGINE - /* Make sure it's safe to copy a digest context using an ENGINE */ + /* Make sure it's safe to copy a cipher context using an ENGINE */ if (in->engine && !ENGINE_init(in->engine)) { EVPerr(EVP_F_EVP_CIPHER_CTX_COPY,ERR_R_ENGINE_LIB);