diff options
| author | jsing <> | 2014-05-02 17:05:41 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-02 17:05:41 +0000 |
| commit | 0cea93b6943c8f77118ca909224b4529474dc1aa (patch) | |
| tree | 06483564b948e95b0b716adf324f2c98fc4981b8 /src/lib/libssl/ssl_lib.c | |
| parent | 7b3c3b817d9f55227be26887084c4cdbf9c22f61 (diff) | |
| download | openbsd-0cea93b6943c8f77118ca909224b4529474dc1aa.tar.gz openbsd-0cea93b6943c8f77118ca909224b4529474dc1aa.tar.bz2 openbsd-0cea93b6943c8f77118ca909224b4529474dc1aa.zip | |
Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.
ok beck@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_lib.c | 2 |
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 | ||
| 664 | int | 663 | int |
| 665 | SSL_set_fd(SSL *s, int fd) | 664 | SSL_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' */ |
