mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
oops, that was debug code not meant to be committed like this...
This commit is contained in:
parent
f7b71c2abe
commit
550d6f74b9
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue