commit | 43b4264cd8116538c48f46af362e284cbdd000e9 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Sat Sep 21 20:00:44 2024 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Oct 22 22:10:42 2024 +0200 |
tree | ad84fa65a6f7b8cc3ad4971398795b80105e5d0d | |
parent | 8fd211736084f601b9a42d0f66014dc5300a3336 [diff] [blame] |
Enable MBEDTLS_USE_PSA_CRYPTO by default Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 80009c0..d831c8d 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h
@@ -1955,7 +1955,7 @@ * * 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