forked from wolfSSL/wolfssl
Merge pull request #2180 from miyazakh/wolfsslclean_fix
Initialized sendVerify when calling wolfSSL_clear
This commit is contained in:
@@ -14748,7 +14748,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
|
|||||||
ssl->options.isClosed = 0;
|
ssl->options.isClosed = 0;
|
||||||
ssl->options.connReset = 0;
|
ssl->options.connReset = 0;
|
||||||
ssl->options.sentNotify = 0;
|
ssl->options.sentNotify = 0;
|
||||||
|
ssl->options.sendVerify = 0;
|
||||||
ssl->options.serverState = NULL_STATE;
|
ssl->options.serverState = NULL_STATE;
|
||||||
ssl->options.clientState = NULL_STATE;
|
ssl->options.clientState = NULL_STATE;
|
||||||
ssl->options.connectState = CONNECT_BEGIN;
|
ssl->options.connectState = CONNECT_BEGIN;
|
||||||
|
Reference in New Issue
Block a user