[#EVP_md5] = EVP_md5 :mrdocs: Return the MD5 digest method (128‐bit output). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_md5(); ---- == Return Value Pointer to the static MD5 EVP_MD. [.small]#Created with https://www.mrdocs.com[MrDocs]#