fixup! Clear the keyshare instead of storing it

This commit is contained in:
Juliusz Sosinowicz
2023-09-08 14:35:10 +02:00
parent 230f81712c
commit 0dbf97c867

View File

@ -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