Disabling MbedTLS with FS.

This commit is contained in:
Pol Henarejos 2022-09-02 19:08:25 +02:00
parent 214ec2b9ae
commit 3e73d6569b
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -1004,7 +1004,7 @@
*
* Enable functions that use the filesystem.
*/
#define MBEDTLS_FS_IO
//#define MBEDTLS_FS_IO
/**
* \def MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
@ -2657,7 +2657,7 @@
* either MBEDTLS_PSA_ITS_FILE_C or a native implementation of
* the PSA ITS interface
*/
#define MBEDTLS_PSA_CRYPTO_STORAGE_C
//#define MBEDTLS_PSA_CRYPTO_STORAGE_C
/**
* \def MBEDTLS_PSA_ITS_FILE_C
@ -2669,7 +2669,7 @@
*
* Requires: MBEDTLS_FS_IO
*/
#define MBEDTLS_PSA_ITS_FILE_C
//#define MBEDTLS_PSA_ITS_FILE_C
/**
* \def MBEDTLS_RIPEMD160_C