aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-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) &&