mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:43:32 +03:00
Added handling of CURLINFO_SSL_ENGINES;
Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.).
This commit is contained in:
parent
be9ea07e87
commit
bdb0620529
5 changed files with 102 additions and 45 deletions
|
|
@ -200,6 +200,9 @@ curl_easy_strerror(CURLcode error)
|
|||
case CURLE_SSL_ENGINE_SETFAILED:
|
||||
return "can not set SSL crypto engine as default";
|
||||
|
||||
case CURLE_SSL_ENGINE_INITFAILED:
|
||||
return "failed to initialise SSL crypto engine";
|
||||
|
||||
case CURLE_SEND_ERROR:
|
||||
return "failed sending data to the peer";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue