Return the RC4 stream cipher.
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_rc4();
Return Value
EVP_CIPHER for rc4, or NULL if unavailable.
Created with MrDocs
Return the RC4 stream cipher.
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_rc4();
EVP_CIPHER for rc4, or NULL if unavailable.
Created with MrDocs