aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 3ff67275e7..ae144a98cb 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -645,6 +645,7 @@ BIO * BIO_new(BIO_METHOD *type);
int BIO_set(BIO *a,BIO_METHOD *type);
int BIO_free(BIO *a);
void BIO_vfree(BIO *a);
+BIO * BIO_up_ref(BIO *bio);
int BIO_read(BIO *b, void *data, int len);
int BIO_gets(BIO *bp,char *buf, int size);
int BIO_write(BIO *b, const void *data, int len);