diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 31d6e8b..e0bc299 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -34,7 +34,7 @@ extern char *enc_str; extern int vencrypt_mode; extern int vencrypt_kx; extern int vencrypt_enable_plain_login; -extern int tlsvnc_mode; +extern int anontls_mode; extern int create_fresh_dhparams; extern char *dhparams_file; extern int https_port_num; |