summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
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.h
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.h')
-rw-r--r--src/lib/libssl/ssl.h2
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);
1657char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len); 1657char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len);
1658int SSL_get_read_ahead(const SSL * s); 1658int SSL_get_read_ahead(const SSL * s);
1659int SSL_pending(const SSL *s); 1659int SSL_pending(const SSL *s);
1660#ifndef OPENSSL_NO_SOCK
1661int SSL_set_fd(SSL *s, int fd); 1660int SSL_set_fd(SSL *s, int fd);
1662int SSL_set_rfd(SSL *s, int fd); 1661int SSL_set_rfd(SSL *s, int fd);
1663int SSL_set_wfd(SSL *s, int fd); 1662int SSL_set_wfd(SSL *s, int fd);
1664#endif
1665#ifndef OPENSSL_NO_BIO 1663#ifndef OPENSSL_NO_BIO
1666void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); 1664void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
1667BIO * SSL_get_rbio(const SSL *s); 1665BIO * SSL_get_rbio(const SSL *s);