update an entry on EVP changes
authorBodo Möller <bodo@openssl.org>
Wed, 26 Jun 2002 14:22:39 +0000 (14:22 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 26 Jun 2002 14:22:39 +0000 (14:22 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8a7f20012650512d2d9123fca810659ae4d79f0e..517af091f9aeb3d048032379fb856e90cd2bc9dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      [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;