From 04a62a41aa33928134cc3b6d6968040eb236e151 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 19 Feb 2018 14:08:52 +0000 Subject: In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided BIO_get_data(3), BIO_set_data(3), and BIO_set_init(3). Import the documentation from OpenSSL. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 8d15d6121c..d880928ea5 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.132 2018/02/19 08:20:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.133 2018/02/19 14:08:52 schwarze Exp $ .include @@ -25,6 +25,7 @@ MAN= \ BIO_f_md.3 \ BIO_f_null.3 \ BIO_find_type.3 \ + BIO_get_data.3 \ BIO_get_ex_new_index.3 \ BIO_meth_new.3 \ BIO_new.3 \ -- cgit v1.2.3-55-g6feb