projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9027843
)
'typo'
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Mar 2010 01:52:47 +0000
(
01:52
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Mar 2010 01:52:47 +0000
(
01:52
+0000)
crypto/evp/evp_enc.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_enc.c
b/crypto/evp/evp_enc.c
index fa786406ee533a54f27acf9e1b0b4dea0de99718..bead6a2170a0a3d7b6e17caec288cc61edd69ed0 100644
(file)
--- 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);