[#EVP_rc4_hmac_md5] = EVP_rc4_hmac_md5 :mrdocs: Return the EVP_CIPHER for the RC4‐HMAC‐MD5 AEAD suite (TLS legacy). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_rc4_hmac_md5(); ---- == Return Value Built‐in cipher method (do not free), or NULL if the algorithm is unavailable. [.small]#Created with https://www.mrdocs.com[MrDocs]#