From 7758c858ae4f497a5d83f2dc8af5e7a4429d7e57 Mon Sep 17 00:00:00 2001 From: John Durkop Date: Thu, 17 Sep 2020 23:13:42 -0700 Subject: [PATCH] Update requires for MBEDTLS_PSA_CRYPTO_DRIVERS In order to test various PSA crypto settings the Requires section needed updating to require MBEDTLS_PSA_CRYPTO_C or MBEDTLS_PSA_CRYPTO_CONFIG. Signed-off-by: John Durkop --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index cb84c865d7..4e2185d004 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1330,7 +1330,7 @@ * * Enable support for the experimental PSA crypto driver interface. * - * Requires: MBEDTLS_PSA_CRYPTO_C. + * Requires: MBEDTLS_PSA_CRYPTO_C or MBEDTLS_PSA_CRYPTO_CONFIG * * \warning This interface is experimental and may change or be removed * without notice.