Commit e0033867 authored by Bodo Möller's avatar Bodo Möller
Browse files

update an entry on EVP changes

parent a533b89c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -470,8 +470,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;