From 2bf5f149dad56994c3ace42a591e32d25bba50d0 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 28 Apr 2023 16:22:45 +0000 Subject: [PATCH] Add BIO_C_SET_MD_CTX to the list of command constants. --- lib/libcrypto/man/BIO_ctrl.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3 index 7d1289d3142..1efcacfb803 100644 --- a/lib/libcrypto/man/BIO_ctrl.3 +++ b/lib/libcrypto/man/BIO_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_ctrl.3,v 1.21 2023/04/27 14:44:33 schwarze Exp $ +.\" $OpenBSD: BIO_ctrl.3,v 1.22 2023/04/28 16:22:45 schwarze Exp $ .\" full merge up to: OpenSSL 24a535eaf Tue Sep 22 13:14:20 2020 +0100 .\" selective merge up to: OpenSSL 0c5bc96f Tue Mar 15 13:57:22 2022 +0000 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 27 2023 $ +.Dd $Mdocdate: April 28 2023 $ .Dt BIO_CTRL 3 .Os .Sh NAME @@ -383,6 +383,7 @@ constants correspond to macros: .It Dv BIO_C_SET_FD Ta Xr BIO_set_fd 3 .It Dv BIO_C_SET_FILE_PTR Ta Xr BIO_set_fp 3 .It Dv BIO_C_SET_MD Ta Xr BIO_set_md 3 +.It Dv BIO_C_SET_MD_CTX Ta Xr BIO_set_md_ctx 3 .It Dv BIO_C_SET_NBIO Ta Xr BIO_set_nbio 3 .It Dv BIO_C_SET_SSL Ta Xr BIO_set_ssl 3 .It Dv BIO_C_SET_SSL_RENEGOTIATE_BYTES Ta Xr BIO_set_ssl_renegotiate_bytes 3 -- 2.20.1