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>
This commit is contained in:
Matt Caswell
2015-10-05 10:44:41 +01:00
parent c874def60a
commit a71a4966a3
5 changed files with 12 additions and 11 deletions

View File

@@ -225,7 +225,6 @@ int SSL_clear(SSL *s)
s->init_buf = NULL;
clear_ciphers(s);
s->first_packet = 0;
s->no_cert_verify = 0;
/*
* Check to see if we were changed into a different method, if so, revert