In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ provided
authorschwarze <schwarze@openbsd.org>
Sun, 18 Feb 2018 20:11:16 +0000 (20:11 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 18 Feb 2018 20:11:16 +0000 (20:11 +0000)
commit6b8038413d2fa17d0592387141a1e1abfd536a9f
tree2065e7e257493e69ee06b82fd4e5c06183845903
parentc4ed6eca6fbf5440681751930766ba9705ec34f4
In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ provided
EVP_MD_CTX_new(3), EVP_MD_CTX_reset(3), and EVP_MD_CTX_free(3).
Merge the documentation from OpenSSL, tweaked by me.
Also merge a few other minor improvements from OpenSSL.

While here, improve the order of functions, improve the description
of deprecated functions, fix a few other minor bugs, and remove an
irrelevant warning about binary incompatibility.
lib/libcrypto/man/EVP_DigestInit.3