mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
Fix cipher identifier in des_ede3_info
This commit is contained in:
parent
0574bb0bdb
commit
9d51583772
@ -1023,7 +1023,7 @@ static const mbedtls_cipher_info_t des_ede_cbc_info = {
|
||||
#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,
|
||||
|
Loading…
Reference in New Issue
Block a user