From 0c0ff9de06247487175c02cd261632e4199dba0f Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 15 Apr 2021 16:43:27 +0000 Subject: mention DTLS1_2_VERSION --- src/lib/libssl/man/SSL_CTX_set_msg_callback.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 b/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 index a8af1a3454..a27333e6d9 100644 --- a/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 +++ b/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_msg_callback.3,v 1.4 2018/03/22 21:09:18 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_msg_callback.3,v 1.5 2021/04/15 16:43:27 tb Exp $ .\" OpenSSL SSL_CTX_set_msg_callback.pod e9b77246 Jan 20 19:58:49 2017 +0100 .\" OpenSSL SSL_CTX_set_msg_callback.pod b97fdb57 Nov 11 09:33:09 2016 +0100 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2018 $ +.Dd $Mdocdate: April 15 2021 $ .Dt SSL_CTX_SET_MSG_CALLBACK 3 .Os .Sh NAME @@ -122,8 +122,9 @@ interpreted by the library, such as .Dv TLS1_VERSION , .Dv TLS1_1_VERSION , .Dv TLS1_2_VERSION , +.Dv DTLS1_VERSION , or -.Dv DTLS1_VERSION . +.Dv DTLS1_2_VERSION . .It Fa content_type This is one of the .Em ContentType -- cgit v1.2.3-55-g6feb