From 87108f5af950feb0499dc993d640b9354ce87843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 7 May 2002 07:59:35 +0000 Subject: ensure that, for each strength, RC4 ciphers have least preference in the default ciphersuite list --- ssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/ssl.h b/ssl/ssl.h index ba9dc4a9a9..e90b850c68 100644 --- 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:@STRENGTH" +#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:RC4:@STRENGTH" /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ #define SSL_SENT_SHUTDOWN 1 -- cgit v1.2.3