Skip to content
Snippets Groups Projects
Commit 0c903ea1 authored by Yang Tse's avatar Yang Tse
Browse files

Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37

parent affed672
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ void Curl_ssl_delsessionid(struct connectdata *conn, void *ssl_sessionid);
#define Curl_ssl_check_cxn(x) 0
#define Curl_ssl_free_certinfo(x) Curl_nop_stmt
#define Curl_ssl_connect_nonblocking(x,y,z) CURLE_NOT_BUILT_IN
#define Curl_ssl_kill_session(x) 0
#endif
#endif /* HEADER_CURL_SSLGEN_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment