Remove code that is only used when MBEDTLS_USE_PSA_CRYPTO is disabled #9631
Labels
component-crypto
Crypto primitives and low-level interfaces
component-tls
component-x509
size-m
Estimated task size: medium (~1w)
Remove all the code that is only used when
MBEDTLS_USE_PSA_CRYPTO
is disabled.Remove
#define MBEDTLS_USE_PSA_CRYPTO
.Follow-up to #9630. We should also do #9676 first (not strictly required, but I think it's easier to do it in this order).
Definition of done:
MBEDTLS_USE_PSA_CRYPTO
no longer appears in any code. It may still appear in documentation (covered by #9632).The text was updated successfully, but these errors were encountered: