From c247b29180fe4c94ba872da4fd237eab43c0df48 Mon Sep 17 00:00:00 2001 From: jim <> Date: Sun, 4 May 2014 21:20:10 +0000 Subject: Remove a leading whitespace. ok jmc@ --- src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 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(). -- cgit v1.2.3-55-g6feb