From 268359a66e684d738e1526df2d38a83fa6781092 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 2 Aug 2006 16:18:23 +0000 Subject: x11vnc: tweaks to ssl_xfer; -ssltimeout option. --- x11vnc/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/options.c') diff --git a/x11vnc/options.c b/x11vnc/options.c index 1cfb5be..9494f40 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -29,6 +29,7 @@ char *ssl_certs_dir = NULL; int https_port_num = -1; char *ssl_verify = NULL; int ssl_initialized = 0; +int ssl_timeout_secs = -1; int usepw = USEPW; char *blackout_str = NULL; /* -blackout */ int blackout_ptr = 0; -- cgit v1.2.3