mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:43:32 +03:00
urldata.h: Removed engine_list.
ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist which must be freed by caller.
This commit is contained in:
parent
37c7a695a2
commit
7d3f5d7ac1
4 changed files with 30 additions and 28 deletions
|
|
@ -43,6 +43,6 @@ CURLcode Curl_SSL_set_engine(struct SessionHandle *data, const char *engine);
|
|||
CURLcode Curl_SSL_set_engine_default(struct SessionHandle *data);
|
||||
|
||||
/* Build list of OpenSSL engines */
|
||||
CURLcode Curl_SSL_engines_list(struct SessionHandle *data);
|
||||
struct curl_slist *Curl_SSL_engines_list(struct SessionHandle *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue