We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525714c commit b96a836Copy full SHA for b96a836
1 file changed
tests/api/test_ossl_x509_str.c
@@ -1853,7 +1853,7 @@ int test_wolfSSL_CTX_set_cert_store(void)
1853
{
1854
EXPECT_DECLS;
1855
#if defined(OPENSSL_EXTRA) && !defined(NO_RSA) && !defined(NO_FILESYSTEM) && \
1856
- !defined(NO_WOLFSSL_CLIENT)
+ !defined(NO_WOLFSSL_CLIENT) && !defined(NO_TLS)
1857
SSL_CTX* ctx = NULL;
1858
X509_STORE* store = NULL;
1859
X509* rootCa = NULL;
0 commit comments