summaryrefslogtreecommitdiffstats
path: root/x11vnc/sslhelper.h
blob: 1ff1e705f6d9a1d40b2e033c9122eca216f5f7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _X11VNC_SSLHELPER_H
#define _X11VNC_SSLHELPER_H

/* -- sslhelper.h -- */


extern int openssl_sock;
extern pid_t openssl_last_helper_pid;

extern int openssl_present(void);
extern void openssl_init(void);
extern void openssl_port(void);
extern void check_openssl(void);
extern void ssh_helper_pid(pid_t pid, int sock);


#endif /* _X11VNC_SSLHELPER_H */
OpenPOWER on IntegriCloud