X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_new.pod;h=2a245fc8de83e962aec0153cf22a872199144c66;hb=c1497b4d19fd6796469d2a3521eec5ad583e923f;hp=3c8f947da3e6c932857a4c8b2568596c5d346af5;hpb=47770c4dfb886843df54a4c1d68beebbcbbeecf6;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BIO_new.pod b/doc/crypto/BIO_new.pod index 3c8f947da3..2a245fc8de 100644 --- a/doc/crypto/BIO_new.pod +++ b/doc/crypto/BIO_new.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions +BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions =head1 SYNOPSIS @@ -40,7 +40,7 @@ BIO_free_all() and BIO_vfree() do not return values. =head1 NOTES Some BIOs (such as memory BIOs) can be used immediately after calling -BIO_new(). Others (such as file BIOs) need some additional initialisation, +BIO_new(). Others (such as file BIOs) need some additional initialization, and frequently a utility function exists to create and initialize such BIOs. If BIO_free() is called on a BIO chain it will only free one BIO resulting