Update strength_bits for 3DES.

Fix strength_bits to 112 for 3DES.
This commit is contained in:
Dr. Stephen Henson
2014-06-09 08:55:37 +01:00
parent 95fe635d90
commit 1bea384fd5
2 changed files with 18 additions and 18 deletions

View File

@@ -250,7 +250,7 @@ OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
SSL_SSLV2,
SSL_NOT_EXP|SSL_HIGH,
0,
168,
112,
168,
},