summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-02 17:05:41 +0000
committerjsing <jsing@openbsd.org>2014-05-02 17:05:41 +0000
commit640e48e745e125bb63038bf3a9da5e271f23a6e4 (patch)
tree4925d0cf42d28159b29ec32237162317ed19196f /lib/libssl/src/ssl/ssl_lib.c
parentSort and group includes. We also do not need to include openssl/evp.h more (diff)
downloadwireguard-openbsd-640e48e745e125bb63038bf3a9da5e271f23a6e4.tar.xz
wireguard-openbsd-640e48e745e125bb63038bf3a9da5e271f23a6e4.zip
Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.
ok beck@
Diffstat (limited to 'lib/libssl/src/ssl/ssl_lib.c')
-rw-r--r--lib/libssl/src/ssl/ssl_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/ssl_lib.c b/lib/libssl/src/ssl/ssl_lib.c
index 21a48da182a..195271a554f 100644
--- a/lib/libssl/src/ssl/ssl_lib.c
+++ b/lib/libssl/src/ssl/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' */