summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
authorjsing <>2014-05-02 17:05:41 +0000
committerjsing <>2014-05-02 17:05:41 +0000
commit35d237a3429c2b7ea2ec3a8638d58242b1002b09 (patch)
tree06483564b948e95b0b716adf324f2c98fc4981b8 /src/lib/libssl/ssl_lib.c
parent99b79c2d43024b859c6a1404dcfe5490e7ed8c7c (diff)
downloadopenbsd-35d237a3429c2b7ea2ec3a8638d58242b1002b09.tar.gz
openbsd-35d237a3429c2b7ea2ec3a8638d58242b1002b09.tar.bz2
openbsd-35d237a3429c2b7ea2ec3a8638d58242b1002b09.zip
Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.
ok beck@
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
-rw-r--r--src/lib/libssl/ssl_lib.c2
1 files changed, 0 insertions, 2 deletions
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)
660 return (ret); 660 return (ret);
661} 661}
662 662
663#ifndef OPENSSL_NO_SOCK
664int 663int
665SSL_set_fd(SSL *s, int fd) 664SSL_set_fd(SSL *s, int fd)
666{ 665{
@@ -728,7 +727,6 @@ SSL_set_rfd(SSL *s, int fd)
728 err: 727 err:
729 return (ret); 728 return (ret);
730} 729}
731#endif
732 730
733 731
734/* return length of latest Finished message we sent, copy to 'buf' */ 732/* return length of latest Finished message we sent, copy to 'buf' */