Loading lib/gtls.c +5 −4 Original line number Diff line number Diff line Loading @@ -309,12 +309,13 @@ static CURLcode handshake(struct connectdata *conn, failf(data, "gnutls_handshake() failed: %s", gnutls_strerror(rc)); return CURLE_SSL_CONNECT_ERROR; } else { /* Reset our connect state machine */ connssl->connecting_state = ssl_connect_1; return CURLE_OK; } } } static gnutls_x509_crt_fmt do_file_type(const char *type) { Loading Loading
lib/gtls.c +5 −4 Original line number Diff line number Diff line Loading @@ -309,12 +309,13 @@ static CURLcode handshake(struct connectdata *conn, failf(data, "gnutls_handshake() failed: %s", gnutls_strerror(rc)); return CURLE_SSL_CONNECT_ERROR; } else { /* Reset our connect state machine */ connssl->connecting_state = ssl_connect_1; return CURLE_OK; } } } static gnutls_x509_crt_fmt do_file_type(const char *type) { Loading