aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-26 14:21:16 +0000
committerBodo Möller <bodo@openssl.org>2002-06-26 14:21:16 +0000
commit76f8a1f51d3a92ce2ebd9bb8aa6f945fb9d1fafc (patch)
treedf090e770db9ce66f49e688149cf25cbb831516c /CHANGES
parent9d358821e5997a5798561f5e791321e238d78665 (diff)
downloadopenssl-76f8a1f51d3a92ce2ebd9bb8aa6f945fb9d1fafc.tar.gz
update an entry on EVP changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b45fea657e..19d5c346ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -558,8 +558,8 @@
[Bodo Moeller, Lutz Jaenicke]
*) Rationalise EVP so it can be extended: don't include a union of
- cipher/digest structures, add init/cleanup functions. This also reduces
- the number of header dependencies.
+ cipher/digest structures, add init/cleanup functions for EVP_MD_CTX
+ (similar to those existing for EVP_CIPHER_CTX).
Usage example:
EVP_MD_CTX md;