diff options
| author | jsing <> | 2014-05-02 17:05:41 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-02 17:05:41 +0000 |
| commit | 35d237a3429c2b7ea2ec3a8638d58242b1002b09 (patch) | |
| tree | 06483564b948e95b0b716adf324f2c98fc4981b8 /src/lib/libssl/ssl.h | |
| parent | 99b79c2d43024b859c6a1404dcfe5490e7ed8c7c (diff) | |
| download | openbsd-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 '')
| -rw-r--r-- | src/lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 2325996f65..0e117dbca4 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -1657,11 +1657,9 @@ const char * SSL_get_cipher_list(const SSL *s, int n); | |||
| 1657 | char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len); | 1657 | char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len); |
| 1658 | int SSL_get_read_ahead(const SSL * s); | 1658 | int SSL_get_read_ahead(const SSL * s); |
| 1659 | int SSL_pending(const SSL *s); | 1659 | int SSL_pending(const SSL *s); |
| 1660 | #ifndef OPENSSL_NO_SOCK | ||
| 1661 | int SSL_set_fd(SSL *s, int fd); | 1660 | int SSL_set_fd(SSL *s, int fd); |
| 1662 | int SSL_set_rfd(SSL *s, int fd); | 1661 | int SSL_set_rfd(SSL *s, int fd); |
| 1663 | int SSL_set_wfd(SSL *s, int fd); | 1662 | int SSL_set_wfd(SSL *s, int fd); |
| 1664 | #endif | ||
| 1665 | #ifndef OPENSSL_NO_BIO | 1663 | #ifndef OPENSSL_NO_BIO |
| 1666 | void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); | 1664 | void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); |
| 1667 | BIO * SSL_get_rbio(const SSL *s); | 1665 | BIO * SSL_get_rbio(const SSL *s); |
