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 <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index a99ebbc..9bd2c2d 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1575,6 +1575,7 @@
   # 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