mirror of
https://github.com/curl/curl.git
synced 2026-08-03 07:10:29 +03:00
Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37
This commit is contained in:
parent
affed6725e
commit
0c903ea189
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue