aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_CTX_flush_sessions.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_CTX_flush_sessions.pod')
-rw-r--r--doc/man3/SSL_CTX_flush_sessions.pod5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/man3/SSL_CTX_flush_sessions.pod b/doc/man3/SSL_CTX_flush_sessions.pod
index 8c0be74653..4d57761e1b 100644
--- a/doc/man3/SSL_CTX_flush_sessions.pod
+++ b/doc/man3/SSL_CTX_flush_sessions.pod
@@ -2,22 +2,19 @@
=head1 NAME
-SSL_CTX_flush_sessions, SSL_flush_sessions - remove expired sessions
+SSL_CTX_flush_sessions - remove expired sessions
=head1 SYNOPSIS
#include <openssl/ssl.h>
void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
- void SSL_flush_sessions(SSL_CTX *ctx, long tm);
=head1 DESCRIPTION
SSL_CTX_flush_sessions() causes a run through the session cache of
B<ctx> to remove sessions expired at time B<tm>.
-SSL_flush_sessions() is a synonym for SSL_CTX_flush_sessions().
-
=head1 NOTES
If enabled, the internal session cache will collect all sessions established