diff options
author | 2014-05-04 21:20:10 +0000 | |
---|---|---|
committer | 2014-05-04 21:20:10 +0000 | |
commit | 2875e0a6181c4c2ca0fbe40813bca090c65f8f77 (patch) | |
tree | 45303050abb8b0a11463400acf59997384873dd5 | |
parent | Add missing SEE ALSO section header. (diff) | |
download | wireguard-openbsd-2875e0a6181c4c2ca0fbe40813bca090c65f8f77.tar.xz wireguard-openbsd-2875e0a6181c4c2ca0fbe40813bca090c65f8f77.zip |
Remove a leading whitespace.
ok jmc@
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod b/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod index 833a3af14df..8fb0f1dbaff 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod +++ b/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod @@ -24,7 +24,7 @@ If enabled, the internal session cache will collect all sessions established up to the specified maximum number (see SSL_CTX_sess_set_cache_size()). As sessions will not be reused ones they are expired, they should be removed from the cache to save resources. This can either be done - automatically whenever 255 new sessions were established (see +automatically whenever 255 new sessions were established (see L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>) or manually by calling SSL_CTX_flush_sessions(). |