mirror of https://github.com/wolfSSL/wolfssl.git
Add missing guard
parent
2ccbdd3a7e
commit
d13d446c2e
|
@ -35528,7 +35528,7 @@ static int test_wolfSSL_X509_STORE_CTX(void)
|
||||||
return EXPECT_RESULT();
|
return EXPECT_RESULT();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(OPENSSL_EXTRA)
|
#if defined(OPENSSL_EXTRA) && !defined(NO_RSA)
|
||||||
static int test_X509_STORE_untrusted_load_cert_to_stack(const char* filename,
|
static int test_X509_STORE_untrusted_load_cert_to_stack(const char* filename,
|
||||||
STACK_OF(X509)* chain)
|
STACK_OF(X509)* chain)
|
||||||
{
|
{
|
||||||
|
@ -35598,7 +35598,7 @@ static int test_X509_STORE_untrusted_certs(const char** filenames, int ret,
|
||||||
static int test_X509_STORE_untrusted(void)
|
static int test_X509_STORE_untrusted(void)
|
||||||
{
|
{
|
||||||
EXPECT_DECLS;
|
EXPECT_DECLS;
|
||||||
#if defined(OPENSSL_EXTRA)
|
#if defined(OPENSSL_EXTRA) && !defined(NO_RSA)
|
||||||
const char* untrusted1[] = {
|
const char* untrusted1[] = {
|
||||||
"./certs/intermediate/ca-int2-cert.pem",
|
"./certs/intermediate/ca-int2-cert.pem",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in New Issue