[#EVP_md5_sha1] = EVP_md5_sha1 :mrdocs: Return the EVP_MD for the combined MD5‐SHA‐1 digest used by TLS 1.0/1.1. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_md5_sha1(); ---- == Return Value Pointer to the digest method, or NULL if unavailable in this build. [.small]#Created with https://www.mrdocs.com[MrDocs]#