diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-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); |