Commit 58b0a8b0 authored by Matthew Hall's avatar Matthew Hall Committed by Daniel Stenberg
Browse files

vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant

parent 9e7125a1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */