commit | 5b944b5793bd4c968a1e1cfc75edeffaa9d7dbe3 | [log] [tgz] |
---|---|---|
author | Jarno Lamsa <jarno.lamsa@arm.com> | Mon Oct 28 10:30:10 2019 +0200 |
committer | Jarno Lamsa <jarno.lamsa@arm.com> | Wed Oct 30 10:34:54 2019 +0200 |
tree | 09e6c20ccf96c4a08c25cf7c76c2e1933c83d9d3 | |
parent | 7544195a449acc70cafc2a3bddf4c95667310898 [diff] |
define MBEDTLS_FS_IO This is needed for the tests using certificate-files.
diff --git a/configs/baremetal_test.h b/configs/baremetal_test.h index 33b5167..7a03777 100644 --- a/configs/baremetal_test.h +++ b/configs/baremetal_test.h
@@ -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