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:
@@ -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
|
||||
|
Reference in New Issue
Block a user