From e2e9347946bbaf1bf87c571d4a1fd9115fe90954 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 12 Mar 2006 05:50:01 +0000 Subject: x11vnc: add -ssl mode using libssl. Include Xdummy in misc. --- x11vnc/cleanup.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11vnc/cleanup.c') diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index 8f7160c..d99ccfb 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -10,6 +10,7 @@ #include "solid.h" #include "unixpw.h" #include "sslcmds.h" +#include "sslhelper.h" /* * Exiting and error handling routines @@ -133,6 +134,9 @@ void clean_up_exit (int ret) { solid_bg(1); } stop_stunnel(); + if (use_openssl) { + ssh_helper_pid(0, 0); /* killall */ + } X_LOCK; XTestDiscard_wr(dpy); -- cgit v1.2.1