summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_bio.h')
-rw-r--r--ext/openssl/ossl_bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_bio.h b/ext/openssl/ossl_bio.h
index 0795c5dbed..2d8f675c5b 100644
--- a/ext/openssl/ossl_bio.h
+++ b/ext/openssl/ossl_bio.h
@@ -13,6 +13,7 @@
BIO *ossl_obj2bio(VALUE);
BIO *ossl_protect_obj2bio(VALUE,int*);
+VALUE ossl_membio2str0(BIO*);
VALUE ossl_membio2str(BIO*);
VALUE ossl_protect_membio2str(BIO*,int*);