mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
struct Curl_share: provide sslsession unconditionally
It makes much nicer and less convuluted code everywhere if this struct
member is always present even when libcurl is built without SSL support.
This reverts parts of commit 15e3e45170
This commit is contained in:
parent
fa77f54a03
commit
5c809178c2
@ -50,9 +50,7 @@ struct Curl_share {
|
||||
struct CookieInfo *cookies;
|
||||
#endif
|
||||
|
||||
#ifdef USE_SSL
|
||||
struct curl_ssl_session *sslsession;
|
||||
#endif
|
||||
unsigned int nsslsession;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user