commit | 9d51583772f7b2bbdadea7a2d1647238d31685af | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 10:00:04 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 02 10:00:04 2015 +0100 |
tree | f3cbee23a3b0118cb393f8c742bff3e8002b69ec | |
parent | 0574bb0bdb6fdbd8ee159e2ed590754b71494841 [diff] [blame] |
Fix cipher identifier in des_ede3_info
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index 59d77df..18f832e 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -1023,7 +1023,7 @@ #endif /* MBEDTLS_CIPHER_MODE_CBC */ static const mbedtls_cipher_base_t des_ede3_info = { - MBEDTLS_CIPHER_ID_DES, + MBEDTLS_CIPHER_ID_3DES, des3_crypt_ecb_wrap, #if defined(MBEDTLS_CIPHER_MODE_CBC) des3_crypt_cbc_wrap,