SSL_CTX_remove_session
LSSL_USED(SSL_CTX_remove_session);
int SSL_CTX_remove_session(SSL_CTX *, SSL_SESSION *c);
SSL_CTX_remove_session(s->ctx, s->session);
SSL_CTX_remove_session(s->ctx, s->session);
SSL_CTX_remove_session(s->ctx, s->session);
SSL_CTX_remove_session(s->session_ctx, sess);
LSSL_ALIAS(SSL_CTX_remove_session);
SSL_CTX_remove_session(ctx->ssl->ctx, ctx->ssl->session);