1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Enable MBEDTLS_USE_PSA_CRYPTO by default

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2024-09-21 20:00:44 +02:00
parent 8fd2117360
commit 43b4264cd8

View File

@@ -1955,7 +1955,7 @@
* *
* Uncomment this to enable internal use of PSA Crypto and new associated APIs. * Uncomment this to enable internal use of PSA Crypto and new associated APIs.
*/ */
//#define MBEDTLS_USE_PSA_CRYPTO #define MBEDTLS_USE_PSA_CRYPTO
/** /**
* \def MBEDTLS_PSA_CRYPTO_CONFIG * \def MBEDTLS_PSA_CRYPTO_CONFIG