summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-07 21:37:09 +0000
committerBodo Möller <bodo@openssl.org>1999-09-07 21:37:09 +0000
commitc1082a90bb38d3921816d41e3e4d354f0d5ab4fb (patch)
tree51bc9dea2caffbc9f0e773420a2b9b4339954831 /crypto/bio/bio.h
parentb7d7440cf5b131bcddab048e41664731257cd42a (diff)
Non-copying interface to BIO pairs.
It's still totally untested ...
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 5558ac544c..a05e0c2eac 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -517,12 +517,10 @@ BIO * BIO_get_retry_BIO(BIO *bio, int *reason);
int BIO_get_retry_reason(BIO *bio);
BIO * BIO_dup_chain(BIO *in);
-#if 0 /* not yet */
int BIO_nread0(BIO *bio, char **buf);
int BIO_nread(BIO *bio, char **buf, int num);
int BIO_nwrite0(BIO *bio, char **buf);
int BIO_nwrite(BIO *bio, char **buf, int num);
-#endif
#ifndef WIN16
long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,