Below RETURN VALUES,
authorschwarze <schwarze@openbsd.org>
Thu, 7 Sep 2023 19:59:58 +0000 (19:59 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 7 Sep 2023 19:59:58 +0000 (19:59 +0000)
commit910556c2881dc2f2b16a71d47485b9c28bc53752
tree64496a8450c2654b09e00dea5a5ce4ce347f13b1
parent2a155231a970eed253fe9b4e2971e514c6063228
Below RETURN VALUES,
* mention that EVP_MD_CTX_md(3) also returns NULL
if no message digest is configured yet; and
* omplete the list of functions returning const EVP_MD *,
also making the wording more precise.

Delete EVP_MAX_MD_SIZE from the NAME, SYNOPSIS, and HISTORY sections
because we do not usually document preprocessor macro constants in
this way.  There is nothing special about this constant justifying
an exception.
lib/libcrypto/man/EVP_DigestInit.3