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; };