mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #8125 from philljj/fix_acert_test_defined_not_used
tests api: fix inconsistent do_acert_verify_test guards.
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user