summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-22 21:21:08 +0000
committerBen Laurie <ben@openssl.org>1999-02-22 21:21:08 +0000
commit0849d13811a61d9ce711ac1f3a706ddd19fec1f3 (patch)
tree66d028c57e33bedf7f42a55ae2927bce6ba8a654 /crypto/bio/bio.h
parente527ba09a66837cad0d8973409e660474db63f89 (diff)
Add syslogging BIO.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 8ddfedee51..82aaf31719 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -508,6 +508,7 @@ BIO_METHOD *BIO_s_socket(void);
BIO_METHOD *BIO_s_connect(void);
BIO_METHOD *BIO_s_accept(void);
BIO_METHOD *BIO_s_fd(void);
+BIO_METHOD *BIO_s_log(void);
BIO_METHOD *BIO_s_null(void);
BIO_METHOD *BIO_f_null(void);
BIO_METHOD *BIO_f_buffer(void);
@@ -574,6 +575,7 @@ BIO_METHOD *BIO_s_socket();
BIO_METHOD *BIO_s_connect();
BIO_METHOD *BIO_s_accept();
BIO_METHOD *BIO_s_fd();
+BIO_METHOD *BIO_s_log();
BIO_METHOD *BIO_s_null();
BIO_METHOD *BIO_f_null();
BIO_METHOD *BIO_f_buffer();