summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-30 19:31:11 +0000
committerschwarze <>2018-03-30 19:31:11 +0000
commitd6cd62df10b8bea740a57159b9755bf9baf3a957 (patch)
tree09ab59b7705fd4d3cb8a3ca36eda9ebb140693bc /src
parent810118eed119b981459082f7ecf50c1acb764fcd (diff)
downloadopenbsd-d6cd62df10b8bea740a57159b9755bf9baf3a957.tar.gz
openbsd-d6cd62df10b8bea740a57159b9755bf9baf3a957.tar.bz2
openbsd-d6cd62df10b8bea740a57159b9755bf9baf3a957.zip
fix typo; from <Alex dot Gaynor at gmail dot com>
via OpenSSL commit 3266cf58 Mar 10 13:13:23 2018 -0500
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3 b/src/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
index a901b2515e..23786f7663 100644
--- a/src/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
+++ b/src/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: SSL_CTX_set_tlsext_use_srtp.3,v 1.2 2018/03/24 00:55:37 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_tlsext_use_srtp.3,v 1.3 2018/03/30 19:31:11 schwarze Exp $
2.\" full merge up to: OpenSSL 3733ce61 Aug 21 08:44:14 2017 +0100 2.\" full merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
5.\" Copyright (c) 2017 The OpenSSL Project. All rights reserved. 5.\" Copyright (c) 2017 The OpenSSL Project. All rights reserved.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 24 2018 $ 51.Dd $Mdocdate: March 30 2018 $
52.Dt SSL_CTX_SET_TLSEXT_USE_SRTP 3 52.Dt SSL_CTX_SET_TLSEXT_USE_SRTP 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -143,7 +143,7 @@ if no SRTP protection profile was negotiated.
143The memory returned from this function should not be freed by the 143The memory returned from this function should not be freed by the
144caller. 144caller.
145.Pp 145.Pp
146If an SRTP protection profile has been sucessfully negotiated, 146If an SRTP protection profile has been successfully negotiated,
147then the SRTP keying material (on both the client and server) 147then the SRTP keying material (on both the client and server)
148should be obtained by calling 148should be obtained by calling
149.Xr SSL_export_keying_material 3 149.Xr SSL_export_keying_material 3