summaryrefslogtreecommitdiff
path: root/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnc.h b/vnc.h
index 59a1b4ab9d..8b6bc5e128 100644
--- a/vnc.h
+++ b/vnc.h
@@ -99,6 +99,9 @@ struct VncDisplay
int subauth; /* Used by VeNCrypt */
VncDisplayTLS tls;
#endif
+#ifdef CONFIG_VNC_SASL
+ VncDisplaySASL sasl;
+#endif
};
struct VncState