diff options
author | runge <runge> | 2008-11-22 18:36:33 +0000 |
---|---|---|
committer | runge <runge> | 2008-11-22 18:36:33 +0000 |
commit | 6fbba525a924961083bf2e43bb841bd15671f526 (patch) | |
tree | 3ec0cf4b285fb0140294a151b801c91bc78a612e /x11vnc/sslhelper.h | |
parent | 63b98dba790fa9835e970b8502d93258862a9373 (diff) | |
download | libvncserver-6fbba525a924961083bf2e43bb841bd15671f526.zip libvncserver-6fbba525a924961083bf2e43bb841bd15671f526.tar.gz |
x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL,
-setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS
encryption support. Tweaks to choose_delay() algorithm.
-ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs
management. Additions to tray=setpass naive user mode.
Diffstat (limited to 'x11vnc/sslhelper.h')
-rw-r--r-- | x11vnc/sslhelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/sslhelper.h b/x11vnc/sslhelper.h index d55f45a..04fef14 100644 --- a/x11vnc/sslhelper.h +++ b/x11vnc/sslhelper.h @@ -15,6 +15,8 @@ extern int https_sock; extern pid_t openssl_last_helper_pid; extern char *openssl_last_ip; extern char *certret_str; +extern char *dhret_str; +extern char *new_dh_params; extern void raw_xfer(int csock, int s_in, int s_out); |