mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
define MBEDTLS_FS_IO
This is needed for the tests using certificate-files.
This commit is contained in:
parent
7544195a44
commit
5b944b5793
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user