From 8bef644d17f62ea6daf7459b863f05de187966fe Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 10 Dec 2008 17:12:27 +0000 Subject: x11vnc: 0.9.6 release. Some strtok bugfixes. rename -tlsvnc to -anontls. Disable ssl caching. No cert creation prompting in inetd or bg modes. waitpid a bit more carefully on ssl helpers. Tune ssl initial timeouts. Let -create user specify starting X display. fix -rfbport prompt gui for older tk. -sslonly option. Error if no -ssl with related options. -rand option. -ssl implies -ssl SAVE --- x11vnc/params.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11vnc/params.h') diff --git a/x11vnc/params.h b/x11vnc/params.h index d7c01e7..8795662 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -63,9 +63,9 @@ #define VENCRYPT_NODH 1 #define VENCRYPT_NOX509 2 -#define TLSVNC_NONE 0 -#define TLSVNC_SUPPORT 1 -#define TLSVNC_SOLE 2 -#define TLSVNC_FORCE 3 +#define ANONTLS_NONE 0 +#define ANONTLS_SUPPORT 1 +#define ANONTLS_SOLE 2 +#define ANONTLS_FORCE 3 #endif /* _X11VNC_PARAMS_H */ -- cgit v1.2.1