summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/share.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/share.h b/lib/share.h
index cb5c6c7f3..c9546567d 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -50,9 +50,7 @@ struct Curl_share {
struct CookieInfo *cookies;
#endif
-#ifdef USE_SSL
struct curl_ssl_session *sslsession;
-#endif
unsigned int nsslsession;
};