[#EVP_MD_CTX_get0_md] = EVP_MD_CTX_get0_md :mrdocs: Return the digest method currently associated with a digest context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_MD_CTX_get0_md(xref:EVP_MD_CTX.adoc[EVP_MD_CTX] const* ctx); ---- == Return Value Internal EVP_MD pointer (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Digest context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#