Loading lib/vtls/gtls.c +3 −3 Original line number Diff line number Diff line Loading @@ -684,12 +684,12 @@ gtls_connect_step1(struct connectdata *conn, "error reading X.509 potentially-encrypted key file: %s", gnutls_strerror(rc)); return CURLE_SSL_CONNECT_ERROR; } #else failf(data, "gnutls lacks support for encrypted key files"); return CURLE_SSL_CONNECT_ERROR; #endif } } else { rc = gnutls_certificate_set_x509_key_file( conn->ssl[sockindex].cred, Loading Loading
lib/vtls/gtls.c +3 −3 Original line number Diff line number Diff line Loading @@ -684,12 +684,12 @@ gtls_connect_step1(struct connectdata *conn, "error reading X.509 potentially-encrypted key file: %s", gnutls_strerror(rc)); return CURLE_SSL_CONNECT_ERROR; } #else failf(data, "gnutls lacks support for encrypted key files"); return CURLE_SSL_CONNECT_ERROR; #endif } } else { rc = gnutls_certificate_set_x509_key_file( conn->ssl[sockindex].cred, Loading