Baremetal config: Remove MBEDTLS_SSL_TICKETS_C
This doesn't make a difference after link time optimization because tickets aren't used, but it yields more accurate code-size figures from baremetal.sh.
This commit is contained in:
parent
e1c5608370
commit
fceba69c25
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@
|
||||||
#define MBEDTLS_SSL_MAX_CONTENT_LEN 2048
|
#define MBEDTLS_SSL_MAX_CONTENT_LEN 2048
|
||||||
|
|
||||||
/* Server-side only */
|
/* Server-side only */
|
||||||
#define MBEDTLS_SSL_TICKET_C
|
|
||||||
#define MBEDTLS_SSL_SRV_C
|
#define MBEDTLS_SSL_SRV_C
|
||||||
|
|
||||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue