CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/04/06 13:06:51
Modified files:
lib/libcrypto/man: BIO_ctrl.3
Log message:
Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)
which where mentioned below SYNOPSIS and HISTORY but not described.
Also document the command constant BIO_CTRL_SET_CALLBACK
and the deprecated function type name bio_info_cb(3).
Mention that callbacks installed using BIO_set_callback_ex(3)
and BIO_set_callback(3) can tamper with *all* the return values.