mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 04:36:54 +00:00
Baremetal config: Remove deprecated functions
This doesn't make a difference after link time optimization because they aren't used, but it yields more accurate code-size figures from baremetal.sh.
This commit is contained in:
parent
fceba69c25
commit
d016e44e3c
|
@ -149,6 +149,8 @@
|
|||
/* Server-side only */
|
||||
#define MBEDTLS_SSL_SRV_C
|
||||
|
||||
#define MBEDTLS_DEPRECATED_REMOVED
|
||||
|
||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||
#include MBEDTLS_USER_CONFIG_FILE
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue