Skip to content

Commit c8e4b69

Browse files
committed
fix(mbedtls/gcm): Allow enabling GCM fallback only if software GCM is available
1 parent 90d3d65 commit c8e4b69

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)