diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 0726526..f87e62a 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -21,6 +21,11 @@ char *unixpw_list = NULL; int use_stunnel = 0; /* -stunnel */ int stunnel_port = 0; char *stunnel_pem = NULL; +int use_openssl = 0; +char *openssl_pem = NULL; +char *ssl_verify = NULL; +int ssl_initialized = 0; +int usepw = USEPW; char *blackout_str = NULL; /* -blackout */ int blackout_ptr = 0; char *clip_str = NULL; /* -clip */ |