Allocate a new digest context.
Synopsis
Declared in <openssl/evp.h>
EVP_MD_CTX*
EVP_MD_CTX_new();
Return Value
New EVP_MD_CTX, or NULL on allocation failure; free with EVP_MD_CTX_free().
Created with MrDocs