diff options
author | jmc <> | 2017-01-24 07:57:39 +0000 |
---|---|---|
committer | jmc <> | 2017-01-24 07:57:39 +0000 |
commit | 89f22c9b2f6839e8e66e874c7258e0ac76fcf070 (patch) | |
tree | 102e35770686f9756021e6d53372fceabfa60575 | |
parent | 06e2ae50351b5803716048cabba9303b5f9284fa (diff) | |
download | openbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.tar.gz openbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.tar.bz2 openbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.zip |
accross -> across;
-rw-r--r-- | src/lib/libtls/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index f5cada93a5..5d4be14ede 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.85 2017/01/24 01:48:05 claudio Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.86 2017/01/24 07:57:39 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -383,7 +383,7 @@ used as an alternative certificate for Server Name Indication (server only). | |||
383 | .Fn tls_config_add_ticket_key | 383 | .Fn tls_config_add_ticket_key |
384 | adds a key used for the encryption and authentication of TLS tickets. | 384 | adds a key used for the encryption and authentication of TLS tickets. |
385 | By default keys are generated and rotated automatically based on their lifetime. | 385 | By default keys are generated and rotated automatically based on their lifetime. |
386 | This function should only be used to synchronise ticket encryption key accross | 386 | This function should only be used to synchronise ticket encryption key across |
387 | multiple processes. | 387 | multiple processes. |
388 | Re-adding a known key will result in an error, unless it is the most recently | 388 | Re-adding a known key will result in an error, unless it is the most recently |
389 | added key. | 389 | added key. |