On Fri, Sep 10, 2021 at 10:32:54AM -0600, Todd C. Miller wrote:
> The man page for OpenSSL_add_all_digests() says it is deprecated
> and should not be called by user code.  However, EVP_DigestInit.3
> says it must be used.
> 
> One of those is wrong...

Calling OpenSSL_add_all_digests() is no longer needed since the library
automatically initializes itself.

ok

Reply via email to