mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +02:00
Merge branch 'fix/gcm_fallback_must_depend_on_software_gcm_symbol_v5.4' into 'release/v5.4'
fix(mbedtls/gcm): Allow enabling GCM fallback only if software GCM is available (v5.4) See merge request espressif/esp-idf!40807
This commit is contained in:
@@ -475,7 +475,7 @@ menu "mbedTLS"
|
|||||||
|
|
||||||
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
|
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
|
||||||
bool "Enable support for non-AES ciphers in GCM operation"
|
bool "Enable support for non-AES ciphers in GCM operation"
|
||||||
depends on MBEDTLS_HARDWARE_AES
|
depends on MBEDTLS_HARDWARE_AES && MBEDTLS_GCM_C
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable this config to support fallback to software definitions for a non-AES
|
Enable this config to support fallback to software definitions for a non-AES
|
||||||
|
Reference in New Issue
Block a user