mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
add RC4 to EVP_get_cipherbyname
This commit is contained in:
committed by
Jacob Barthelmeh
parent
8ae1b7823e
commit
90179e554e
@@ -3214,6 +3214,10 @@ static struct cipher{
|
|||||||
{DES_EDE3_ECB_TYPE, "DES-EDE3-ECB"},
|
{DES_EDE3_ECB_TYPE, "DES-EDE3-ECB"},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NO_RC4
|
||||||
|
{ARC4_TYPE, "RC4"},
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_IDEA
|
#ifdef HAVE_IDEA
|
||||||
{IDEA_CBC_TYPE, "IDEA-CBC"},
|
{IDEA_CBC_TYPE, "IDEA-CBC"},
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user