diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |