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:
Mahavir Jain
2026-05-13 07:44:43 +05:30

View File

@@ -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