diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-30 21:09:59 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-30 21:09:59 +0200 |
commit | 0c903ea18962ef51984733afc28f4f811c4788c5 (patch) | |
tree | 2d4b2c875e1d3c91ada641070432b8f6754f4f51 | |
parent | affed6725ee58aa4dadb227d8033cc3a1dffa7e1 (diff) |
Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37
-rw-r--r-- | lib/sslgen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sslgen.h b/lib/sslgen.h index 73164fd23..516817618 100644 --- a/lib/sslgen.h +++ b/lib/sslgen.h @@ -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 */ |