add RC4 to EVP_get_cipherbyname

This commit is contained in:
Takashi Kojo
2017-03-30 21:23:14 +09:00
committed by Jacob Barthelmeh
parent 8ae1b7823e
commit 90179e554e

View File

@@ -3214,6 +3214,10 @@ static struct cipher{
{DES_EDE3_ECB_TYPE, "DES-EDE3-ECB"},
#endif
#ifndef NO_RC4
{ARC4_TYPE, "RC4"},
#endif
#ifdef HAVE_IDEA
{IDEA_CBC_TYPE, "IDEA-CBC"},
#endif