We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093cc04 commit 91a526cCopy full SHA for 91a526c
1 file changed
tests/api/test_ossl_sk.c
@@ -51,8 +51,7 @@ int test_wolfSSL_sk_new_free_node(void)
51
int test_wolfSSL_sk_push_get_node(void)
52
{
53
EXPECT_DECLS;
54
-#if (defined(OPENSSL_EXTRA) || defined(WOLFSSL_WPAS_SMALL)) && \
55
- !defined(NO_CERTS)
+#if !defined(NO_CERTS) && defined(OPENSSL_EXTRA)
56
WOLFSSL_STACK* stack = NULL;
57
WOLFSSL_STACK* node1 = NULL;
58
WOLFSSL_STACK* node2 = NULL;
0 commit comments