diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index cbd28e9..f49c70a 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -23,6 +23,7 @@ extern int use_stunnel; extern int stunnel_port; extern char *stunnel_pem; extern int use_openssl; +extern int http_ssl; extern char *openssl_pem; extern char *ssl_certs_dir; extern int https_port_num; |