From: jim Date: Sun, 4 May 2014 21:20:10 +0000 (+0000) Subject: Remove a leading whitespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2875e0a6181c4c2ca0fbe40813bca090c65f8f77;p=openbsd Remove a leading whitespace. ok jmc@ --- 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().