summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-30 19:31:11 +0000
committerschwarze <schwarze@openbsd.org>2018-03-30 19:31:11 +0000
commit6eb732f1fd356427cbd05602ab32c8f38f69c3a0 (patch)
treee1bef4b2b3766648a357aab0cc386cb80f8dbe0e /lib/libssl/man
parentReplace MD disable/restore interrupt in the establish and disestablish (diff)
downloadwireguard-openbsd-6eb732f1fd356427cbd05602ab32c8f38f69c3a0.tar.xz
wireguard-openbsd-6eb732f1fd356427cbd05602ab32c8f38f69c3a0.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 'lib/libssl/man')
-rw-r--r--lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3 b/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
index a901b2515e6..23786f7663b 100644
--- a/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
+++ b/lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3
@@ -1,5 +1,5 @@
-.\" $OpenBSD: SSL_CTX_set_tlsext_use_srtp.3,v 1.2 2018/03/24 00:55:37 schwarze Exp $
-.\" full merge up to: OpenSSL 3733ce61 Aug 21 08:44:14 2017 +0100
+.\" $OpenBSD: SSL_CTX_set_tlsext_use_srtp.3,v 1.3 2018/03/30 19:31:11 schwarze Exp $
+.\" full merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000
.\"
.\" This file was written by Matt Caswell <matt@openssl.org>.
.\" Copyright (c) 2017 The OpenSSL Project. All rights reserved.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 24 2018 $
+.Dd $Mdocdate: March 30 2018 $
.Dt SSL_CTX_SET_TLSEXT_USE_SRTP 3
.Os
.Sh NAME
@@ -143,7 +143,7 @@ if no SRTP protection profile was negotiated.
The memory returned from this function should not be freed by the
caller.
.Pp
-If an SRTP protection profile has been sucessfully negotiated,
+If an SRTP protection profile has been successfully negotiated,
then the SRTP keying material (on both the client and server)
should be obtained by calling
.Xr SSL_export_keying_material 3