Skip to content

Commit

Permalink
struct Curl_share: provide sslsession unconditionally
Browse files Browse the repository at this point in the history
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 15e3e45
  • Loading branch information
bagder committed Oct 4, 2011
1 parent fa77f54 commit 5c80917
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/share.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ struct Curl_share {
struct CookieInfo *cookies;
#endif

#ifdef USE_SSL
struct curl_ssl_session *sslsession;
#endif
unsigned int nsslsession;
};

Expand Down

0 comments on commit 5c80917

Please sign in to comment.