Skip to content

Commit 91a526c

Browse files
committed
fixup
1 parent 093cc04 commit 91a526c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/api/test_ossl_sk.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ int test_wolfSSL_sk_new_free_node(void)
5151
int test_wolfSSL_sk_push_get_node(void)
5252
{
5353
EXPECT_DECLS;
54-
#if (defined(OPENSSL_EXTRA) || defined(WOLFSSL_WPAS_SMALL)) && \
55-
!defined(NO_CERTS)
54+
#if !defined(NO_CERTS) && defined(OPENSSL_EXTRA)
5655
WOLFSSL_STACK* stack = NULL;
5756
WOLFSSL_STACK* node1 = NULL;
5857
WOLFSSL_STACK* node2 = NULL;

0 commit comments

Comments
 (0)