We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077f4c3 commit a3af430Copy full SHA for a3af430
features/mbedtls/importer/adjust-config.sh
@@ -123,6 +123,10 @@ conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO
123
# which should fit RSA 4096 bit keys.
124
conf set MBEDTLS_MPI_MAX_SIZE 512
125
126
+# Explicitly unset MBEDTLS_USE_PSA_CRYPTO as this will be set based on the
127
+# FEATURE_PSA flag in Mbed OS
128
+conf unset MBEDTLS_USE_PSA_CRYPTO
129
+
130
# add an #ifndef to include config-no-entropy.h when the target does not have
131
# an entropy source we can use.
132
append_code \
0 commit comments