From: Bodo Möller Date: Wed, 26 Jun 2002 14:21:16 +0000 (+0000) Subject: update an entry on EVP changes X-Git-Tag: OpenSSL_0_9_6e~26^2~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76f8a1f51d3a92ce2ebd9bb8aa6f945fb9d1fafc;p=oweals%2Fopenssl.git update an entry on EVP changes --- 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;