Fixed values for 2-key Triple DES in cipher layer

(cherry picked from commit 2be71faae4)
This commit is contained in:
Paul Bakker 2013-06-24 19:33:02 +02:00
parent a4232a7ccb
commit 0e34235644

View File

@ -556,8 +556,8 @@ const cipher_info_t des_ede_cbc_info = {
POLARSSL_MODE_CBC,
POLARSSL_KEY_LENGTH_DES_EDE,
"DES-EDE-CBC",
16,
16,
8,
8,
&des_ede_info
};