Skip to content

Commit 463656e

Browse files
committed
Revert "Disable dependency check for MBEDTLS_USE_PSA_CRYPTO on MBEDTLS_PSA_CRYPTO_C"
This reverts commit d2dd42c.
1 parent d3f9bdb commit 463656e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/mbedtls/check_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1061,9 +1061,9 @@
10611061
#endif
10621062
#undef MBEDTLS_THREADING_IMPL
10631063

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

10681068
#if defined(MBEDTLS_VERSION_FEATURES) && !defined(MBEDTLS_VERSION_C)
10691069
#error "MBEDTLS_VERSION_FEATURES defined, but not all prerequisites"

0 commit comments

Comments
 (0)