From 2875e0a6181c4c2ca0fbe40813bca090c65f8f77 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 4 May 2014 21:20:10 +0000 Subject: [PATCH] Remove a leading whitespace. ok jmc@ --- lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) or manually by calling SSL_CTX_flush_sessions(). -- 2.20.1