diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/openssl.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |