aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Hall <matthew.hall@threatstream.com>2015-03-24 17:33:27 -0700
committerDaniel Stenberg <daniel@haxx.se>2015-04-13 22:25:04 +0200
commit58b0a8b0596a67625fb9242cee229222f99c8600 (patch)
treee0acb141e1a6a7b49718e658e41a6ba0cc518f99 /lib
parent9e7125a1dbc9b68e6f7bbc0bf9067174d421fec0 (diff)
vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant
Diffstat (limited to 'lib')
-rw-r--r--lib/vtls/openssl.c3
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 */