Add BIO_C_SET_MD_CTX to the list of command constants.
authorschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 16:22:45 +0000 (16:22 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 16:22:45 +0000 (16:22 +0000)
lib/libcrypto/man/BIO_ctrl.3

index 7d1289d..1efcacf 100644 (file)
@@ -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