Discard BIO_set(BIO* bio) method
[openssl.git] / doc / crypto / BIO_meth_new.pod
index 2c2db6f578020027c06a10d72c94929c11ff49f2..65e48cb24fcba9e32bf2db56660b2441a46f2f24 100644 (file)
@@ -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.