From 58b0a8b0596a67625fb9242cee229222f99c8600 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Tue, 24 Mar 2015 17:33:27 -0700 Subject: vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant --- lib/vtls/openssl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/vtls/openssl.c') 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 */ -- cgit v1.2.3