summaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-06-09 08:55:37 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-09 12:09:52 +0100
commit1bea384fd542977ae945a5dbeac55b0389d9432b (patch)
treea3d678e51fcca402f34bd2c1e6abbe134c09090d /ssl/s2_lib.c
parent95fe635d902d6ebb605c635abe42de39acf7475e (diff)
Update strength_bits for 3DES.
Fix strength_bits to 112 for 3DES.
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index b37792fcc3..41ae4e8abb 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -250,7 +250,7 @@ OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
SSL_SSLV2,
SSL_NOT_EXP|SSL_HIGH,
0,
- 168,
+ 112,
168,
},