From 1f10807837b0f47c4b606bd2fbfa8be5337f4cfb Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 25 Oct 2022 21:02:56 +0200 Subject: [PATCH] Disable pk in the PSA service config build It's not needed as a feature. It gets reenabled automatically in build_info.h like pk_write and pk_parse, but that's an implementation detail. Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index a99ebbc36f..9bd2c2d061 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1575,6 +1575,7 @@ component_test_crypto_for_psa_service () { # MBEDTLS_PK_PARSE_C and MBEDTLS_PK_WRITE_C are actually currently needed # in PSA code to work with RSA keys. We don't require users to set those: # they will be reenabled in build_info.h. + scripts/config.py unset MBEDTLS_PK_C scripts/config.py unset MBEDTLS_PK_PARSE_C scripts/config.py unset MBEDTLS_PK_WRITE_C make CFLAGS='-O1 -Werror' all test