From 640e48e745e125bb63038bf3a9da5e271f23a6e4 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@ --- lib/libssl/ssl_lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libssl/ssl_lib.c') diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c index 21a48da182a..195271a554f 100644 --- a/lib/libssl/ssl_lib.c +++ b/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-59-g8ed1b