commit | a71a4966a31b31df72db42c130544462fd6ad624 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Oct 05 10:44:41 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Oct 30 08:39:46 2015 +0000 |
tree | 23d89afef778252c4c2034beacb3640a4efa25a3 | |
parent | c874def60a756df57d1069f48852632a0690f856 [diff] [blame] |
Move |no_cert_verify| into state machine The |no_cert_verify| should be in the state machine structure not in SSL Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/ssl/statem/statem.c b/ssl/statem/statem.c index 6ff60ea..ac795ab 100644 --- a/ssl/statem/statem.c +++ b/ssl/statem/statem.c
@@ -155,6 +155,7 @@ s->statem.state = MSG_FLOW_UNINITED; s->statem.hand_state = TLS_ST_BEFORE; s->statem.in_init = 1; + s->statem.no_cert_verify = 0; } /*