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 e6e2cd1..f93a8e5 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -30,6 +30,7 @@ int http_ssl = 0; int ssl_no_fail = 0; char *openssl_pem = NULL; char *ssl_certs_dir = NULL; +char *enc_str = NULL; int https_port_num = -1; int https_port_redir = 0; char *ssl_verify = NULL; |