mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-06-06 05:25:26 +00:00
b155a58ab5
This is required because if the user defined configuration file (not the default one provided by mbedtls) includes files from the standard C library then __STDC_WANT_LIB_EXT1__ won't be defined there which cause weird build failures. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>