Skip to content

Commit fdfc371

Browse files
committed
Move Mbed TLS dependency macros to Mbed TLS
This commit removes MBEDTLS_SSL_TLS_C, MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C from TF-PSA-Crypto to Mbed TLS where they more appropriately belong. Signed-off-by: Harry Ramsey <[email protected]>
1 parent 0f1ced6 commit fdfc371

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/builtin/include/mbedtls/config_adjust_legacy_crypto.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@
9292
defined(MBEDTLS_ENTROPY_C) || \
9393
defined(MBEDTLS_PK_C) || \
9494
defined(MBEDTLS_PKCS12_C) || \
95-
defined(MBEDTLS_RSA_C) || \
96-
defined(MBEDTLS_SSL_TLS_C) || \
97-
defined(MBEDTLS_X509_USE_C) || \
98-
defined(MBEDTLS_X509_CREATE_C)
95+
defined(MBEDTLS_RSA_C)
9996
#define MBEDTLS_MD_LIGHT
10097
#endif
10198

0 commit comments

Comments
 (0)