mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 11:40:50 +02:00
Skip unit test when using Apple native cert validation.
This commit is contained in:
+1
-1
@@ -3147,7 +3147,7 @@ static int test_wolfSSL_CertManagerLoadCABufferType(void)
|
||||
{
|
||||
EXPECT_DECLS;
|
||||
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS) && !defined(NO_TLS) && \
|
||||
!defined(NO_RSA)
|
||||
!defined(NO_RSA) && !defined(WOLFSSL_TEST_APPLE_NATIVE_CERT_VALIDATION)
|
||||
const char* ca_cert = "./certs/ca-cert.pem";
|
||||
const char* int1_cert = "./certs/intermediate/ca-int-cert.pem";
|
||||
const char* int2_cert = "./certs/intermediate/ca-int2-cert.pem";
|
||||
|
||||
Reference in New Issue
Block a user