Skip to content

Commit d8a3ef5

Browse files
committed
Merge branch 'fix/gcm_fallback_must_depend_on_software_gcm_symbol' into 'master'
fix(mbedtls/gcm): Allow enabling GCM fallback only if software GCM is available See merge request espressif/esp-idf!40780
2 parents 7043cbf + c8e4b69 commit d8a3ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mbedtls/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ menu "mbedTLS"
486486

487487
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
488488
bool "Enable support for non-AES ciphers in GCM operation"
489-
depends on MBEDTLS_HARDWARE_AES
489+
depends on MBEDTLS_HARDWARE_AES && MBEDTLS_GCM_C
490490
default y
491491
help
492492
Enable this config to support fallback to software definitions for a non-AES

0 commit comments

Comments
 (0)