diff options
author | Rob Austein <sra@hactrn.net> | 2006-10-09 16:47:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-10-09 16:47:10 +0000 |
commit | 4043d7db4e466d15193c3bad3b204048fc13b785 (patch) | |
tree | 8156ce31a6e4a155fc240551f48c23b5a42a6e5e /openssl/trunk/ssl/s2_lib.c | |
parent | aba277548b76071e75fc9478002a6fc2145f64f1 (diff) |
Merged in changes from OpenSSL 0.9.8d
svn path=/openssl/trunk/CHANGES; revision=377
Diffstat (limited to 'openssl/trunk/ssl/s2_lib.c')
-rw-r--r-- | openssl/trunk/ssl/s2_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/trunk/ssl/s2_lib.c b/openssl/trunk/ssl/s2_lib.c index d2cce754..def3a6e8 100644 --- a/openssl/trunk/ssl/s2_lib.c +++ b/openssl/trunk/ssl/s2_lib.c @@ -178,7 +178,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl2_ciphers[]={ SSL_ALL_STRENGTHS, }, /* RC4_64_WITH_MD5 */ -#if 1 +#if 0 { 1, SSL2_TXT_RC4_64_WITH_MD5, |