From 20bfd2238d90acdf527b2d03e6f39a6d4de4f97f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 17 Feb 2018 23:24:38 +0000 Subject: In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions BIO_meth_*(). Import the documentation from OpenSSL, with extensive tweaks by me. --- src/lib/libcrypto/man/BIO_ctrl.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/BIO_ctrl.3') diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 7d1c5da600..d4392dd3d2 100644 --- a/src/lib/libcrypto/man/BIO_ctrl.3 +++ b/src/lib/libcrypto/man/BIO_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_ctrl.3,v 1.7 2017/08/01 14:57:03 schwarze Exp $ +.\" $OpenBSD: BIO_ctrl.3,v 1.8 2018/02/17 23:24:38 schwarze Exp $ .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 1 2017 $ +.Dd $Mdocdate: February 17 2018 $ .Dt BIO_CTRL 3 .Os .Sh NAME @@ -308,6 +308,7 @@ Source/sink BIOs return an 0 if they do not recognize the .Fn BIO_ctrl operation. .Sh SEE ALSO +.Xr BIO_meth_new 3 , .Xr BIO_new 3 .Sh BUGS Some of the return values are ambiguous and care should be taken. -- cgit v1.2.3-55-g6feb