Commit Diff
- Commit:
6f531a3c99ca267370b8f77cd3e51d751fb48826
- From:
- Alexander Barton <alex@barton.de>
- Date:
- Message:
- conf-ssl.h: Use "gnutls_session_t" instead of "gnutls_session" This fixes the following warning with current versions of GnuTLS: conf-ssl.h:36: warning: "gnutls_session" is deprecated
- Actions:
- Patch | Tree
--- src/ngircd/conf-ssl.h +++ src/ngircd/conf-ssl.h @@ -33,7 +33,7 @@ struct ConnSSL_State { SSL *ssl; #endif #ifdef HAVE_LIBGNUTLS - gnutls_session gnutls_session; + gnutls_session_t gnutls_session; void *cookie; /* pointer to server configuration structure (for outgoing connections), or NULL. */ #endif