summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_new.pod')
-rw-r--r--doc/man3/BIO_new.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man3/BIO_new.pod b/doc/man3/BIO_new.pod
index 006cf5925c..55ed50bb95 100644
--- a/doc/man3/BIO_new.pod
+++ b/doc/man3/BIO_new.pod
@@ -9,12 +9,12 @@ BIO_set - BIO allocation and freeing functions
#include <openssl/bio.h>
- BIO * BIO_new(const BIO_METHOD *type);
- int BIO_set(BIO *a, const BIO_METHOD *type);
- int BIO_up_ref(BIO *a);
- int BIO_free(BIO *a);
- void BIO_vfree(BIO *a);
- void BIO_free_all(BIO *a);
+ BIO *BIO_new(const BIO_METHOD *type);
+ int BIO_set(BIO *a, const BIO_METHOD *type);
+ int BIO_up_ref(BIO *a);
+ int BIO_free(BIO *a);
+ void BIO_vfree(BIO *a);
+ void BIO_free_all(BIO *a);
=head1 DESCRIPTION