Skip to content

Commit

Permalink
Merge pull request #8125 from philljj/fix_acert_test_defined_not_used
Browse files Browse the repository at this point in the history
tests api: fix inconsistent do_acert_verify_test guards.
  • Loading branch information
dgarske authored Oct 30, 2024
2 parents fc56060 + 90648b1 commit d147968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d147968

Please sign in to comment.