update an entry on EVP changes

This commit is contained in:
Bodo Möller 2002-06-26 14:21:16 +00:00
parent 9d358821e5
commit 76f8a1f51d

View File

@ -558,8 +558,8 @@
[Bodo Moeller, Lutz Jaenicke] [Bodo Moeller, Lutz Jaenicke]
*) Rationalise EVP so it can be extended: don't include a union of *) Rationalise EVP so it can be extended: don't include a union of
cipher/digest structures, add init/cleanup functions. This also reduces cipher/digest structures, add init/cleanup functions for EVP_MD_CTX
the number of header dependencies. (similar to those existing for EVP_CIPHER_CTX).
Usage example: Usage example:
EVP_MD_CTX md; EVP_MD_CTX md;