We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e392f commit a240a58Copy full SHA for a240a58
1 file changed
tests/api/test_tls_ext.c
@@ -37,7 +37,7 @@ int test_tls_ems_downgrade(void)
37
EXPECT_DECLS;
38
#if defined(WOLFSSL_TLS13) && !defined(WOLFSSL_NO_TLS12) && \
39
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && \
40
- defined(HAVE_SESSION_TICKET)
+ defined(HAVE_SESSION_TICKET) && !defined(WOLFSSL_NO_DEF_TICKET_ENC_CB)
41
struct test_memio_ctx test_ctx;
42
WOLFSSL_CTX *ctx_c = NULL;
43
WOLFSSL_CTX *ctx_s = NULL;
0 commit comments