[#EVP_md4] = EVP_md4 :mrdocs: Return the MD4 digest method (128‐bit output; legacy provider). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_md4(); ---- == Return Value EVP_MD for MD4, or NULL if unavailable. [.small]#Created with https://www.mrdocs.com[MrDocs]#