aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_CTX_add_session.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_CTX_add_session.pod')
-rw-r--r--doc/man3/SSL_CTX_add_session.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/man3/SSL_CTX_add_session.pod b/doc/man3/SSL_CTX_add_session.pod
index 3fc52ff11c..d8b115bb0c 100644
--- a/doc/man3/SSL_CTX_add_session.pod
+++ b/doc/man3/SSL_CTX_add_session.pod
@@ -2,17 +2,15 @@
=head1 NAME
-SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate session cache
+SSL_CTX_add_session, SSL_CTX_remove_session - manipulate session cache
=head1 SYNOPSIS
#include <openssl/ssl.h>
int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c);
- int SSL_add_session(SSL_CTX *ctx, SSL_SESSION *c);
int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c);
- int SSL_remove_session(SSL_CTX *ctx, SSL_SESSION *c);
=head1 DESCRIPTION
@@ -24,9 +22,6 @@ L<SSL_SESSION_free(3)>.
SSL_CTX_remove_session() removes the session B<c> from the context B<ctx> and
marks it as non-resumable. L<SSL_SESSION_free(3)> is called once for B<c>.
-SSL_add_session() and SSL_remove_session() are synonyms for their
-SSL_CTX_*() counterparts.
-
=head1 NOTES
When adding a new session to the internal session cache, it is examined