Commit b9cd73c7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent b62c230c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ struct ssl_connect_data {
#endif /* USE_SSLEAY */
#ifdef USE_GNUTLS
  gnutls_session session;
  gnutls_anon_client_credentials cred;
  gnutls_certificate_credentials cred;
#endif /* USE_GNUTLS */
};