From 90648b1e79bcd6610feafc2c74727b2294830036 Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 30 Oct 2024 11:06:54 -0500 Subject: [PATCH] tests api: fix inconsistent do_acert_verify_test guards. --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index c15e431b1e..b18aaeb849 100644 --- a/tests/api.c +++ b/tests/api.c @@ -13739,7 +13739,7 @@ static int test_wolfSSL_X509_verify(void) } #if defined(WOLFSSL_ACERT) && !defined(NO_CERTS) && !defined(NO_RSA) && \ - !defined(NO_FILESYSTEM) && defined(OPENSSL_EXTRA) + defined(WC_RSA_PSS) && !defined(NO_FILESYSTEM) && defined(OPENSSL_EXTRA) /* Given acert file and its pubkey file, read them and then * attempt to verify signed acert. *