diff --git a/lib/share.h b/lib/share.h index cb5c6c7f3b43c6e7cf170a16eabc6802c2946482..c9546567d0949fef3b62a2964ab0ca9f78b78dbf 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; };