X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Fd1_srvr.c;h=1cae330b174df97b4f6c605b7b2f02f7d3e904d6;hb=3c3f0259238594d77264a78944d409f2127642c4;hp=608502d1ba92abcb855a2a58f1cb33cde62e7710;hpb=5ff6e2dfbbc222296d2eec592412042e4c5389af;p=openssl.git diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c index 608502d1ba..1cae330b17 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -638,9 +638,6 @@ int dtls1_accept(SSL *s) if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */ { - /* actually not necessarily a 'new' session unless - * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */ - s->renegotiate=0; s->new_session=0;