aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2016-04-24 15:58:53 +0200
committerMatthias Andree <matthias.andree@gmx.de>2016-04-24 15:58:53 +0200
commit1311cfb70d6f140a9b63c5550067281677c06433 (patch)
treebbf147f1d8ebe1abbecbc3e4acd418e833a078e5
parent403098f47887f18240fa0102668083201eedd47a (diff)
downloadfetchmail-1311cfb70d6f140a9b63c5550067281677c06433.tar.gz
fetchmail-1311cfb70d6f140a9b63c5550067281677c06433.tar.bz2
fetchmail-1311cfb70d6f140a9b63c5550067281677c06433.zip
Really try to continue if OpenSSL lib newer than headers used at compile-time.
-rw-r--r--socket.c1
1 files changed, 0 insertions, 1 deletions
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) &&