Remove a leading whitespace.
authorjim <jim@openbsd.org>
Sun, 4 May 2014 21:20:10 +0000 (21:20 +0000)
committerjim <jim@openbsd.org>
Sun, 4 May 2014 21:20:10 +0000 (21:20 +0000)
ok jmc@

lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod

index 833a3af..8fb0f1d 100644 (file)
@@ -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<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>)
 or manually by calling SSL_CTX_flush_sessions().