From af44bff5364d01a5b310204256a3533da3f51c31 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 7 Apr 2007 00:48:03 +0000 Subject: java ingoreProxy, fix old libssl free_func problem --- x11vnc/sslhelper.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'x11vnc/sslhelper.c') diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 635e4f5..4e557a4 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -55,6 +55,13 @@ char *find_openssl_bin(void) {badnews(); return NULL;} char *get_saved_pem(char *string, int create) {badnews(); return NULL;} #else +/* + * This is because on older systems both zlib.h and ssl.h define + * 'free_func' nothing we do below (currently) induces an external + * dependency on 'free_func'. + */ +#define free_func my_jolly_little_free_func + #include #include #include -- cgit v1.2.3