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