From a240a5860516dd34ec0c3330e934c59a807c2913 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 8 Apr 2025 18:33:47 +0200 Subject: [PATCH] fixup! TLS EMS: Set haveEMS when we negotiate TLS 1.3 --- tests/api/test_tls_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_tls_ext.c b/tests/api/test_tls_ext.c index 92957d14f..9e7c0f6d7 100644 --- a/tests/api/test_tls_ext.c +++ b/tests/api/test_tls_ext.c @@ -37,7 +37,7 @@ int test_tls_ems_downgrade(void) EXPECT_DECLS; #if defined(WOLFSSL_TLS13) && !defined(WOLFSSL_NO_TLS12) && \ defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && \ - defined(HAVE_SESSION_TICKET) + defined(HAVE_SESSION_TICKET) && !defined(WOLFSSL_NO_DEF_TICKET_ENC_CB) struct test_memio_ctx test_ctx; WOLFSSL_CTX *ctx_c = NULL; WOLFSSL_CTX *ctx_s = NULL;