mirror of https://github.com/wolfSSL/wolfssl.git
fixup! TLS EMS: Set haveEMS when we negotiate TLS 1.3
parent
89e392f1e8
commit
a240a58605
|
@ -37,7 +37,7 @@ int test_tls_ems_downgrade(void)
|
||||||
EXPECT_DECLS;
|
EXPECT_DECLS;
|
||||||
#if defined(WOLFSSL_TLS13) && !defined(WOLFSSL_NO_TLS12) && \
|
#if defined(WOLFSSL_TLS13) && !defined(WOLFSSL_NO_TLS12) && \
|
||||||
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && \
|
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;
|
struct test_memio_ctx test_ctx;
|
||||||
WOLFSSL_CTX *ctx_c = NULL;
|
WOLFSSL_CTX *ctx_c = NULL;
|
||||||
WOLFSSL_CTX *ctx_s = NULL;
|
WOLFSSL_CTX *ctx_s = NULL;
|
||||||
|
|
Loading…
Reference in New Issue