diff options
author | 2017-01-24 07:57:39 +0000 | |
---|---|---|
committer | 2017-01-24 07:57:39 +0000 | |
commit | 39ce43be901404f88f4a09b1132cf051cee8f87e (patch) | |
tree | 9f416e88e4184da537aad7de8479ff6d49f892d3 /lib/libtls/tls_init.3 | |
parent | Document KEEPKERNELS: If set to "yes" in mk.conf or in the environment, (diff) | |
download | wireguard-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.3 | 4 |
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. |