diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c index b0df7d26362ed97f9cb5da3cd65b7e8dd1c6b543..2f13e92111550ff35a5b951bdc786c7603e146e5 100644 --- a/ssl/statem/statem_lib.c +++ b/ssl/statem/statem_lib.c @@ -405,9 +405,6 @@ WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst) s->new_session = 0; if (s->server) { - s->renegotiate = 0; - s->new_session = 0; - ssl_update_cache(s, SSL_SESS_CACHE_SERVER); s->ctx->stats.sess_accept_good++;