Skip to content

Commit a240a58

Browse files
committed
fixup! TLS EMS: Set haveEMS when we negotiate TLS 1.3
1 parent 89e392f commit a240a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_tls_ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int test_tls_ems_downgrade(void)
3737
EXPECT_DECLS;
3838
#if defined(WOLFSSL_TLS13) && !defined(WOLFSSL_NO_TLS12) && \
3939
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && \
40-
defined(HAVE_SESSION_TICKET)
40+
defined(HAVE_SESSION_TICKET) && !defined(WOLFSSL_NO_DEF_TICKET_ENC_CB)
4141
struct test_memio_ctx test_ctx;
4242
WOLFSSL_CTX *ctx_c = NULL;
4343
WOLFSSL_CTX *ctx_s = NULL;

0 commit comments

Comments
 (0)