EVP_rc4_40

Return the EVP_CIPHER for RC4 with a 40-bit effective key (legacy).

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_rc4_40();

Return Value

Pointer to the cipher method, or NULL if unavailable in this build.