diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-16 13:44:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-16 13:44:23 +0000 |
commit | 550d6f74b9223231d939ef8526090a3f387b0609 (patch) | |
tree | fe3339c6d83a65c4f801bf30b1a80c70e7064987 /lib | |
parent | f7b71c2abeedfc62d398491ec57a133527e6a752 (diff) |
oops, that was debug code not meant to be committed like this...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gtls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gtls.c b/lib/gtls.c index c7c38642f..e980a5bdc 100644 --- a/lib/gtls.c +++ b/lib/gtls.c @@ -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 |