Fix ciphersuite list to enforce low priority for RC4.
[openssl.git] / ssl / ssl.h
index e90b850c68d5cc4ff1b1b729c9944d5117b47265..833f761690734d896311f283bca697297bef42f3 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -269,7 +269,7 @@ extern "C" {
 /* The following cipher list is used by default.
  * It also is substituted when an application-defined cipher list string
  * starts with 'DEFAULT'. */
-#define SSL_DEFAULT_CIPHER_LIST        "ALL:!ADH:RC4:@STRENGTH"
+#define SSL_DEFAULT_CIPHER_LIST        "ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */
 
 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
 #define SSL_SENT_SHUTDOWN      1