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);
SSL_CTX_remove_session(ctx->ssl->ctx, ctx->ssl->session);