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
commitc5c3edda5f74a18c2b4f5fd26c59daea4e6722b9 (patch)
tree325df6991ded69c68893d88ae68ce47081811844 /src
parent0d0ffc0933595ed9e80a944aa8d4673272f0acb3 (diff)
downloadopenbsd-c5c3edda5f74a18c2b4f5fd26c59daea4e6722b9.tar.gz
openbsd-c5c3edda5f74a18c2b4f5fd26c59daea4e6722b9.tar.bz2
openbsd-c5c3edda5f74a18c2b4f5fd26c59daea4e6722b9.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