Fix GnuTLS compile warning. Risking breakage with some older version of GnuTLS?

This commit is contained in:
Daniel Stenberg 2006-05-07 18:27:36 +00:00
parent b62c230ca2
commit b9cd73c76d

View File

@ -158,7 +158,7 @@ struct ssl_connect_data {
#endif /* USE_SSLEAY */ #endif /* USE_SSLEAY */
#ifdef USE_GNUTLS #ifdef USE_GNUTLS
gnutls_session session; gnutls_session session;
gnutls_anon_client_credentials cred; gnutls_certificate_credentials cred;
#endif /* USE_GNUTLS */ #endif /* USE_GNUTLS */
}; };