X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fevp_enc.c;h=bead6a2170a0a3d7b6e17caec288cc61edd69ed0;hp=fa786406ee533a54f27acf9e1b0b4dea0de99718;hb=da3955256dd99f4fdad765110b4eaf274b8b2f8f;hpb=5e28ccb79813a69263c7d84457da2757596cce4a 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);