summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index bc5676adb9..9ef3bf780e 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -228,6 +228,7 @@ 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