diff options
Diffstat (limited to 'common/rfb/CSecurityTLS.h')
-rw-r--r-- | common/rfb/CSecurityTLS.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/rfb/CSecurityTLS.h b/common/rfb/CSecurityTLS.h index f5f10e47..b147d802 100644 --- a/common/rfb/CSecurityTLS.h +++ b/common/rfb/CSecurityTLS.h @@ -64,9 +64,9 @@ namespace rfb { private: static void initGlobal(); - gnutls_session session; - gnutls_anon_client_credentials anon_cred; - gnutls_certificate_credentials cert_cred; + gnutls_session_t session; + gnutls_anon_client_credentials_t anon_cred; + gnutls_certificate_credentials_t cert_cred; bool anon; char *cafile, *crlfile; |