diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index e0cd1cd..6377184 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -34,7 +34,7 @@ char *enc_str = NULL; int vencrypt_mode = VENCRYPT_SUPPORT; int vencrypt_kx = VENCRYPT_BOTH; int vencrypt_enable_plain_login = 0; -int tlsvnc_mode = TLSVNC_SUPPORT; +int anontls_mode = ANONTLS_SUPPORT; int create_fresh_dhparams = 0; char *dhparams_file = NULL; int https_port_num = -1; |