mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-18 05:01:45 +00:00
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
Bugfix
|
|
* Fix a build failure that occurred with the MBEDTLS_AES_SETKEY_DEC_ALT
|
|
option on. In this configuration key management methods that are required
|
|
for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
|
|
Fixes #3818. Reported by John Stroebel.
|