Skip to content

Commit b96a836

Browse files
committed
Guarding fix
1 parent 525714c commit b96a836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_ossl_x509_str.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ int test_wolfSSL_CTX_set_cert_store(void)
18531853
{
18541854
EXPECT_DECLS;
18551855
#if defined(OPENSSL_EXTRA) && !defined(NO_RSA) && !defined(NO_FILESYSTEM) && \
1856-
!defined(NO_WOLFSSL_CLIENT)
1856+
!defined(NO_WOLFSSL_CLIENT) && !defined(NO_TLS)
18571857
SSL_CTX* ctx = NULL;
18581858
X509_STORE* store = NULL;
18591859
X509* rootCa = NULL;

0 commit comments

Comments
 (0)