Fix GnuTLS compile warning. Risking breakage with some older version of GnuTLS?
This commit is contained in:
parent
b62c230ca2
commit
b9cd73c76d
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user