summaryrefslogtreecommitdiff
path: root/gtk/spice-channel-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spice-channel-priv.h')
-rw-r--r--gtk/spice-channel-priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/spice-channel-priv.h b/gtk/spice-channel-priv.h
index aeefc93..1bd6774 100644
--- a/gtk/spice-channel-priv.h
+++ b/gtk/spice-channel-priv.h
@@ -27,6 +27,7 @@
/* common/ */
#include "marshallers.h"
#include "demarshallers.h"
+#include "ssl_verify.h"
G_BEGIN_DECLS
@@ -65,6 +66,7 @@ struct spice_channel {
/* swapped on migration */
SSL_CTX *ctx;
SSL *ssl;
+ SpiceOpenSSLVerify *sslverify;
GSocket *sock;
/* not swapped */