mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-20 20:18:03 +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 */
|
/* Server-side only */
|
||||||
#define MBEDTLS_SSL_SRV_C
|
#define MBEDTLS_SSL_SRV_C
|
||||||
|
|
||||||
|
#define MBEDTLS_DEPRECATED_REMOVED
|
||||||
|
|
||||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||||
#include MBEDTLS_USER_CONFIG_FILE
|
#include MBEDTLS_USER_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue