X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FBIO_new.pod;h=55ed50bb950beb348ee7351aed0b6bd736c6201c;hp=006cf5925c236119c904890f92d9d8df9c869968;hb=e9b77246879071308130cda42336338ddb63cbb4;hpb=61ced34f8d7a7f1dedaa5a5b3554c4dcdec610df 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 - 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