]> granicus.if.org Git - curl/commitdiff
vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant
authorMatthew Hall <matthew.hall@threatstream.com>
Wed, 25 Mar 2015 00:33:27 +0000 (17:33 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Apr 2015 20:25:04 +0000 (22:25 +0200)
lib/vtls/openssl.c

index 7a5a7dc30045b86f47999c522da49378f71d567f..889225fdab7daecde28bc9c22ea2e2995469b90c 100644 (file)
@@ -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 */