From: Matthew Hall Date: Wed, 25 Mar 2015 00:33:27 +0000 (-0700) Subject: vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant X-Git-Tag: curl-7_42_0~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b0a8b0596a67625fb9242cee229222f99c8600;p=curl vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 7a5a7dc30..889225fda 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -398,9 +398,6 @@ int cert_stuff(struct connectdata *conn, } -#define SSL_CLIENT_CERT_ERR \ - "unable to use client certificate (no key found or wrong pass phrase?)" - switch(file_type) { case SSL_FILETYPE_PEM: /* SSL_CTX_use_certificate_chain_file() only works on PEM files */