summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-05 10:44:41 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:39:46 +0000
commita71a4966a31b31df72db42c130544462fd6ad624 (patch)
tree23d89afef778252c4c2034beacb3640a4efa25a3 /ssl/ssl_lib.c
parentc874def60a756df57d1069f48852632a0690f856 (diff)
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>
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index ad590e5116..445907d617 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -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