From: Dr. Stephen Henson Date: Mon, 1 Mar 2010 01:53:34 +0000 (+0000) Subject: 'typo' X-Git-Tag: OpenSSL-fips-2_0-rc1~1236 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=da3955256dd99f4fdad765110b4eaf274b8b2f8f;ds=inline '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);