2012-11-23 [colin] 3.9.0cvs20
[claws.git] / src / common / socket.h
index 37847d816770d5c7585b369fb3698796ab6982fe..c0a664dff86c0a4dbd1efdd5a9a8bcf259d2c461 100644 (file)
@@ -59,10 +59,10 @@ struct _SockInfo
 {
        gint sock;
 #if USE_GNUTLS
-       gnutls_session ssl;
+       gnutls_session_t ssl;
        gnutls_certificate_credentials_t xcred;
-       gnutls_x509_crt client_crt;
-       gnutls_x509_privkey client_key;
+       gnutls_x509_crt_t client_crt;
+       gnutls_x509_privkey_t client_key;
 #endif
        guint g_source;
        GIOChannel *sock_ch;