mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-04-25 10:23:00 +02:00
Disabling MbedTLS with FS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user