Return the digest method currently associated with a digest context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_MD const* EVP_MD_CTX_get0_md(EVP_MD_CTX const* ctx);
Internal EVP_MD pointer (do not free), or NULL if unset.