diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-04-24 15:58:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-04-24 15:58:53 +0200 |
commit | 1311cfb70d6f140a9b63c5550067281677c06433 (patch) | |
tree | bbf147f1d8ebe1abbecbc3e4acd418e833a078e5 | |
parent | 403098f47887f18240fa0102668083201eedd47a (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) && |