summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
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);