diff options
author | runge <runge> | 2006-04-05 21:26:45 +0000 |
---|---|---|
committer | runge <runge> | 2006-04-05 21:26:45 +0000 |
commit | d14cf0a84c88a02222caad1692228584b610aacc (patch) | |
tree | 3482ef126e8b2bf3b9741f779539cfd74c77c698 /x11vnc/sslhelper.h | |
parent | 1602b345f3e7e508b043133d5c289d9984e39f18 (diff) | |
download | libtdevnc-d14cf0a84c88a02222caad1692228584b610aacc.tar.gz libtdevnc-d14cf0a84c88a02222caad1692228584b610aacc.zip |
SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils for x11vnc. FBPM "support".
Diffstat (limited to 'x11vnc/sslhelper.h')
-rw-r--r-- | x11vnc/sslhelper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/sslhelper.h b/x11vnc/sslhelper.h index f8561ad..7aa7db0 100644 --- a/x11vnc/sslhelper.h +++ b/x11vnc/sslhelper.h @@ -8,6 +8,8 @@ #define OPENSSL_VNC 2 #define OPENSSL_HTTPS 3 +#define DO_DH 0 + extern int openssl_sock; extern int openssl_port_num; extern int https_sock; @@ -21,6 +23,8 @@ extern void check_openssl(void); extern void check_https(void); extern void ssl_helper_pid(pid_t pid, int sock); extern void accept_openssl(int mode); +extern char *find_openssl_bin(void); +extern char *get_saved_pem(char *string, int create); #endif /* _X11VNC_SSLHELPER_H */ |