From 0dbf97c867f34ae25c4724e7d1004c59b714136e Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 8 Sep 2023 14:35:10 +0200 Subject: [PATCH] fixup! Clear the keyshare instead of storing it --- src/ssl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index c0c562405..04bb5a6fc 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -19231,9 +19231,6 @@ size_t wolfSSL_get_client_random(const WOLFSSL* ssl, unsigned char* out, #ifdef WOLFSSL_DTLS ssl->options.dtlsStateful = 0; #endif - #ifdef WOLFSSL_DTLS_CH_FRAG - ssl->options.dtlsSentEmptyKS = 0; - #endif #if defined(HAVE_SESSION_TICKET) || !defined(NO_PSK) ssl->options.noPskDheKe = 0; #ifdef HAVE_SUPPORTED_CURVES