X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_meth_new.pod;h=65e48cb24fcba9e32bf2db56660b2441a46f2f24;hp=2c2db6f578020027c06a10d72c94929c11ff49f2;hb=9d7bfb14dd22c372d6583c20583cbf9aea4cc033;hpb=78a01b3f69f563a1577a6f90edbd9ebde80d6b70 diff --git a/doc/crypto/BIO_meth_new.pod b/doc/crypto/BIO_meth_new.pod index 2c2db6f578..65e48cb24f 100644 --- a/doc/crypto/BIO_meth_new.pod +++ b/doc/crypto/BIO_meth_new.pod @@ -88,7 +88,7 @@ BIO_ctrl(). BIO_meth_get_create() and BIO_meth_set_create() get and set the function used for creating a new instance of the BIO respectively. This function will be -called in response to the application calling BIO_new() or BIO_set() and passing +called in response to the application calling BIO_new() and passing in a pointer to the current BIO_METHOD. The BIO_new() function will allocate the memory for the new BIO, and a pointer to this newly allocated structure will be passed as a parameter to the function.