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:
Gisle Vanem
2004-12-14 14:20:21 +00:00
parent 37c7a695a2
commit 7d3f5d7ac1
4 changed files with 30 additions and 28 deletions

View File

@@ -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