mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37
This commit is contained in:
parent
affed6725e
commit
0c903ea189
@ -90,6 +90,7 @@ void Curl_ssl_delsessionid(struct connectdata *conn, void *ssl_sessionid);
|
|||||||
#define Curl_ssl_check_cxn(x) 0
|
#define Curl_ssl_check_cxn(x) 0
|
||||||
#define Curl_ssl_free_certinfo(x) Curl_nop_stmt
|
#define Curl_ssl_free_certinfo(x) Curl_nop_stmt
|
||||||
#define Curl_ssl_connect_nonblocking(x,y,z) CURLE_NOT_BUILT_IN
|
#define Curl_ssl_connect_nonblocking(x,y,z) CURLE_NOT_BUILT_IN
|
||||||
|
#define Curl_ssl_kill_session(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* HEADER_CURL_SSLGEN_H */
|
#endif /* HEADER_CURL_SSLGEN_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user