From 05987ec717674b825508b1420fbf02fbc2eee564 Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Wed, 27 Mar 2019 10:18:43 +0900 Subject: [PATCH] Initialized sendVerify when reseting WOLFSSL object --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 57056978c..f1debce10 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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;