diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod index 833a3af14d..8fb0f1dbaf 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod +++ b/src/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 | |||
24 | up to the specified maximum number (see SSL_CTX_sess_set_cache_size()). | 24 | up to the specified maximum number (see SSL_CTX_sess_set_cache_size()). |
25 | As sessions will not be reused ones they are expired, they should be | 25 | As sessions will not be reused ones they are expired, they should be |
26 | removed from the cache to save resources. This can either be done | 26 | removed from the cache to save resources. This can either be done |
27 | automatically whenever 255 new sessions were established (see | 27 | automatically whenever 255 new sessions were established (see |
28 | L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>) | 28 | L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>) |
29 | or manually by calling SSL_CTX_flush_sessions(). | 29 | or manually by calling SSL_CTX_flush_sessions(). |
30 | 30 | ||