summaryrefslogtreecommitdiffstats
path: root/lib/libtls/tls_init.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-01-24 07:57:39 +0000
committerjmc <jmc@openbsd.org>2017-01-24 07:57:39 +0000
commit39ce43be901404f88f4a09b1132cf051cee8f87e (patch)
tree9f416e88e4184da537aad7de8479ff6d49f892d3 /lib/libtls/tls_init.3
parentDocument KEEPKERNELS: If set to "yes" in mk.conf or in the environment, (diff)
downloadwireguard-openbsd-39ce43be901404f88f4a09b1132cf051cee8f87e.tar.xz
wireguard-openbsd-39ce43be901404f88f4a09b1132cf051cee8f87e.zip
accross -> across;
Diffstat (limited to 'lib/libtls/tls_init.3')
-rw-r--r--lib/libtls/tls_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index f5cada93a5f..5d4be14edec 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.85 2017/01/24 01:48:05 claudio Exp $
+.\" $OpenBSD: tls_init.3,v 1.86 2017/01/24 07:57:39 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -383,7 +383,7 @@ used as an alternative certificate for Server Name Indication (server only).
.Fn tls_config_add_ticket_key
adds a key used for the encryption and authentication of TLS tickets.
By default keys are generated and rotated automatically based on their lifetime.
-This function should only be used to synchronise ticket encryption key accross
+This function should only be used to synchronise ticket encryption key across
multiple processes.
Re-adding a known key will result in an error, unless it is the most recently
added key.