diff --git a/src/ssl.c b/src/ssl.c index 4e811547b..d37bff6e0 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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