X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_CTX_flush_sessions.pod;h=8c0be74653ffbd48b94c549e7c89702bc0d1196b;hp=429e7176c005e167aa4bab0a2e7355f3965c1059;hb=32c57705c9299db5344f9f2d1bb28edfb5d6a76d;hpb=b97fdb57a269656fa20024a4404d3f543f06ac61 diff --git a/doc/man3/SSL_CTX_flush_sessions.pod b/doc/man3/SSL_CTX_flush_sessions.pod index 429e7176c0..8c0be74653 100644 --- a/doc/man3/SSL_CTX_flush_sessions.pod +++ b/doc/man3/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) or manually by calling SSL_CTX_flush_sessions().