summaryrefslogtreecommitdiffstats
path: root/x11vnc/sslhelper.h
diff options
context:
space:
mode:
authorrunge <runge>2007-04-28 23:27:00 +0000
committerrunge <runge>2007-04-28 23:27:00 +0000
commit3fcab6f1ec5238977b28d5d6f5fbae365b1254fa (patch)
tree1b8b1e6e6c5663baa3f548ca6d0cd431c8e27f4c /x11vnc/sslhelper.h
parent2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3 (diff)
downloadlibtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.tar.gz
libtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.zip
x11vnc: -users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
Diffstat (limited to 'x11vnc/sslhelper.h')
-rw-r--r--x11vnc/sslhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/sslhelper.h b/x11vnc/sslhelper.h
index 939c3ea..d55f45a 100644
--- a/x11vnc/sslhelper.h
+++ b/x11vnc/sslhelper.h
@@ -14,6 +14,7 @@ extern int openssl_port_num;
extern int https_sock;
extern pid_t openssl_last_helper_pid;
extern char *openssl_last_ip;
+extern char *certret_str;
extern void raw_xfer(int csock, int s_in, int s_out);