define MBEDTLS_FS_IO

This is needed for the tests using certificate-files.
This commit is contained in:
Jarno Lamsa 2019-10-28 10:30:10 +02:00
parent 7544195a44
commit 5b944b5793

View File

@ -43,6 +43,9 @@
/* Use Mbed TLS' timer implementation for Linux. */
#define MBEDTLS_TIMING_C
/* Needed for certificates in ssl_opt.sh */
#define MBEDTLS_FS_IO
#undef MBEDTLS_NO_PLATFORM_ENTROPY
#undef MBEDTLS_ENTROPY_MAX_SOURCES