From 35d237a3429c2b7ea2ec3a8638d58242b1002b09 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 2 May 2014 17:05:41 +0000 Subject: Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. ok beck@ --- src/lib/libssl/ssl_lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/ssl_lib.c') diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 21a48da182..195271a554 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c @@ -660,7 +660,6 @@ SSL_get_wfd(const SSL *s) return (ret); } -#ifndef OPENSSL_NO_SOCK int SSL_set_fd(SSL *s, int fd) { @@ -728,7 +727,6 @@ SSL_set_rfd(SSL *s, int fd) err: return (ret); } -#endif /* return length of latest Finished message we sent, copy to 'buf' */ -- cgit v1.2.3-55-g6feb