We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MBEDTLS_USE_PSA_CRYPTO
MBEDTLS_PSA_CRYPTO_C
1 parent d3f9bdb commit 463656eCopy full SHA for 463656e
include/mbedtls/check_config.h
@@ -1061,9 +1061,9 @@
1061
#endif
1062
#undef MBEDTLS_THREADING_IMPL
1063
1064
-// #if defined(MBEDTLS_USE_PSA_CRYPTO) && !defined(MBEDTLS_PSA_CRYPTO_C)
1065
-// #error "MBEDTLS_USE_PSA_CRYPTO defined, but not all prerequisites"
1066
-// #endif
+#if defined(MBEDTLS_USE_PSA_CRYPTO) && !defined(MBEDTLS_PSA_CRYPTO_C)
+#error "MBEDTLS_USE_PSA_CRYPTO defined, but not all prerequisites"
+#endif
1067
1068
#if defined(MBEDTLS_VERSION_FEATURES) && !defined(MBEDTLS_VERSION_C)
1069
#error "MBEDTLS_VERSION_FEATURES defined, but not all prerequisites"
0 commit comments