diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/man/tls_config_set_session_id.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_config_set_session_id.3 b/src/lib/libtls/man/tls_config_set_session_id.3 index e8a5e60cd7..d969e01e33 100644 --- a/src/lib/libtls/man/tls_config_set_session_id.3 +++ b/src/lib/libtls/man/tls_config_set_session_id.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_config_set_session_id.3,v 1.4 2018/02/10 04:43:16 jsing Exp $ | 1 | .\" $OpenBSD: tls_config_set_session_id.3,v 1.5 2018/02/10 06:07:43 jsing Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2017 Claudio Jeker <claudio@openbsd.org> | 3 | .\" Copyright (c) 2017 Claudio Jeker <claudio@openbsd.org> |
4 | .\" Copyright (c) 2018 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2018 Joel Sing <jsing@openbsd.org> |
@@ -58,7 +58,7 @@ write the file (0600). | |||
58 | If the file has a non-zero length, the client will attempt to read session | 58 | If the file has a non-zero length, the client will attempt to read session |
59 | data from this file and resume the previous TLS session with the server. | 59 | data from this file and resume the previous TLS session with the server. |
60 | Upon a successful handshake the file will be updated with current session | 60 | Upon a successful handshake the file will be updated with current session |
61 | data. | 61 | data, if available. |
62 | The caller is responsible for closing this file descriptor, after all TLS | 62 | The caller is responsible for closing this file descriptor, after all TLS |
63 | contexts that have been configured to use it have been freed via | 63 | contexts that have been configured to use it have been freed via |
64 | .Fn tls_free . | 64 | .Fn tls_free . |