Skip to content

Commit b02ad14

Browse files
committed
Merge branch 'bugfix/fix_mbedtls_option_dependence' into 'master'
mbedtls: fix option dependence of "MBEDTLS_SERVER_SSL_SESSION_TICKETS" See merge request sdk/ESP8266_RTOS_SDK!1251
2 parents a99e528 + 9e638f3 commit b02ad14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mbedtls/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ menu "mbedTLS"
321321
bool "TLS: Server Support for RFC 5077 SSL session tickets"
322322
default y
323323
depends on MBEDTLS_TLS_ENABLED
324+
depends on MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C
324325
help
325326
Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.
326327
Disabling this option will save some code size.

0 commit comments

Comments
 (0)