mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 05:36:44 +00:00
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
|
@ -147,7 +147,6 @@
|
|||
#define MBEDTLS_SSL_MAX_CONTENT_LEN 2048
|
||||
|
||||
/* Server-side only */
|
||||
#define MBEDTLS_SSL_TICKET_C
|
||||
#define MBEDTLS_SSL_SRV_C
|
||||
|
||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||
|
|
Loading…
Reference in a new issue