summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:20:10 +0000
committerjim <>2014-05-04 21:20:10 +0000
commitc247b29180fe4c94ba872da4fd237eab43c0df48 (patch)
tree325df6991ded69c68893d88ae68ce47081811844 /src
parent0312576349217b6a440d79bea29432ee2401d849 (diff)
downloadopenbsd-c247b29180fe4c94ba872da4fd237eab43c0df48.tar.gz
openbsd-c247b29180fe4c94ba872da4fd237eab43c0df48.tar.bz2
openbsd-c247b29180fe4c94ba872da4fd237eab43c0df48.zip
Remove a leading whitespace.
ok jmc@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod2
1 files changed, 1 insertions, 1 deletions
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
24up to the specified maximum number (see SSL_CTX_sess_set_cache_size()). 24up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
25As sessions will not be reused ones they are expired, they should be 25As sessions will not be reused ones they are expired, they should be
26removed from the cache to save resources. This can either be done 26removed from the cache to save resources. This can either be done
27 automatically whenever 255 new sessions were established (see 27automatically whenever 255 new sessions were established (see
28L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>) 28L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>)
29or manually by calling SSL_CTX_flush_sessions(). 29or manually by calling SSL_CTX_flush_sessions().
30 30