X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_new.pod;h=2a245fc8de83e962aec0153cf22a872199144c66;hp=53d56b2e6fadcb977979af3d5d0f91d5faa2a115;hb=0f7fa1b1904d0f5e997f0b150321ef6d3492651b;hpb=e117a890caecc402ea57fb5ea26bcfddbedee6ce diff --git a/doc/crypto/BIO_new.pod b/doc/crypto/BIO_new.pod index 53d56b2e6f..2a245fc8de 100644 --- a/doc/crypto/BIO_new.pod +++ b/doc/crypto/BIO_new.pod @@ -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