Skip to content
Snippets Groups Projects
Commit 550d6f74 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, that was debug code not meant to be committed like this...

parent f7b71c2a
No related branches found
No related tags found
No related merge requests found
......@@ -344,10 +344,6 @@ Curl_gtls_connect(struct connectdata *conn,
}
if(data->set.ssl.verifypeer) {
gnutls_certificate_set_verify_limits(conn->ssl[sockindex].cred,
40200, 38);
/* This function will try to verify the peer's certificate and return its
status (trusted, invalid etc.). The value of status should be one or
more of the gnutls_certificate_status_t enumerated elements bitwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment