summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srvr.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 13:36:55 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 13:36:55 +0000
commit3c3f0259238594d77264a78944d409f2127642c4 (patch)
treea9dfe4eb770f2fef8ea67431fc27233966225540 /ssl/d1_srvr.c
parent5ff6e2dfbbc222296d2eec592412042e4c5389af (diff)
Fix session handling.
Diffstat (limited to 'ssl/d1_srvr.c')
-rw-r--r--ssl/d1_srvr.c3
1 files changed, 0 insertions, 3 deletions
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;