Clarify that SSL_CTX_remove_session() marks a session as non-resumable
[openssl.git] / doc / man3 / SSL_CTX_add_session.pod
index dd92c3a231236b20080bc3941340140861e00168..02d93b8b1d7cc59903bd8880adfb3cb364be011e 100644 (file)
@@ -21,8 +21,8 @@ reference count for session B<c> is incremented by 1. If a session with
 the same session id already exists, the old session is removed by calling
 L<SSL_SESSION_free(3)>.
 
-SSL_CTX_remove_session() removes the session B<c> from the context B<ctx>.
-L<SSL_SESSION_free(3)> is called once for B<c>.
+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.