mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-10 01:02:09 +03:00
Merge branch 'fix/fix_mbedtls_fs_io_psa_storage' into 'master'
fix(mbedtls): keep psa crypto storage enabled with ITS backend Closes IDFGH-17641 See merge request espressif/esp-idf!48236
This commit is contained in:
@@ -810,8 +810,10 @@
|
||||
#else
|
||||
#undef MBEDTLS_FS_IO
|
||||
#undef MBEDTLS_PSA_ITS_FILE_C
|
||||
#if !defined(ESP_PSA_ITS_AVAILABLE)
|
||||
#undef MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_IDF_TARGET_LINUX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user