mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:17:17 +03:00
vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant
This commit is contained in:
parent
9e7125a1db
commit
58b0a8b059
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue