Merge pull request #2180 from miyazakh/wolfsslclean_fix

Initialized sendVerify when calling wolfSSL_clear
This commit is contained in:
David Garske
2019-03-27 23:32:41 -07:00
committed by GitHub

View File

@@ -14748,7 +14748,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
ssl->options.isClosed = 0;
ssl->options.connReset = 0;
ssl->options.sentNotify = 0;
ssl->options.sendVerify = 0;
ssl->options.serverState = NULL_STATE;
ssl->options.clientState = NULL_STATE;
ssl->options.connectState = CONNECT_BEGIN;