[#EVP_MD_CTX_new] = EVP_MD_CTX_new :mrdocs: Allocate a new digest context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD_CTX.adoc[EVP_MD_CTX]* EVP_MD_CTX_new(); ---- == Return Value New EVP_MD_CTX, or NULL on allocation failure; free with EVP_MD_CTX_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#