From 1311cfb70d6f140a9b63c5550067281677c06433 Mon Sep 17 00:00:00 2001 From: Matthias Andree <matthias.andree@gmx.de> Date: Sun, 24 Apr 2016 15:58:53 +0200 Subject: Really try to continue if OpenSSL lib newer than headers used at compile-time. --- socket.c | 1 - 1 file changed, 1 deletion(-) (limited to 'socket.c') diff --git a/socket.c b/socket.c index ed3643b1..8aefa404 100644 --- a/socket.c +++ b/socket.c @@ -904,7 +904,6 @@ int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck if (ver > OPENSSL_VERSION_NUMBER && outlevel >= O_VERBOSE) { report(stdout, GT_("Loaded OpenSSL library %#lx newer than headers %#lx, trying to continue.\n"), (long)ver, (long)(OPENSSL_VERSION_NUMBER)); - return -1; } if (stat("/dev/random", &randstat) && -- cgit v1.2.3