Skip to content

Commit

Permalink
vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hall authored and bagder committed Apr 13, 2015
1 parent 9e7125a commit 58b0a8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/vtls/openssl.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 58b0a8b

Please sign in to comment.