In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ provided
authorschwarze <schwarze@openbsd.org>
Fri, 23 Feb 2018 19:12:09 +0000 (19:12 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 23 Feb 2018 19:12:09 +0000 (19:12 +0000)
commit37eff6cbfd3f71a47dcff7f744eb568687788467
tree4218e2cbdc2df915a10496a087d5dc8797b36423
parent45584b64b56a7a79f7810b5769d32515e13929a2
In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ provided
BIO_get_new_index(3), in rev. 1.37 2018/02/20 18:13:31, tb@ provided
BIO_meth_get_read(3), BIO_meth_get_puts(3), BIO_meth_get_gets(3),
BIO_meth_get_ctrl(3), BIO_meth_get_create(3), and BIO_meth_get_destroy(3),
and in rev. 1.38 2018/02/20 18:17:17 BIO_meth_get_callback_ctrl(3)
and BIO_meth_set_callback_ctrl(3).
BIO_meth_get_write(3) will become public with the next minor bump.
Merge the documentation from OpenSSL, tweaked by me, OK tb@.
lib/libcrypto/man/BIO_meth_new.3