aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2010-08-26 14:54:18 +0000
committerBodo Möller <bodo@openssl.org>2010-08-26 14:54:18 +0000
commit02ba02604c9aa1d0abb6225c6b111e72672bfb6a (patch)
treef53fe4c5bbdb2e10e9676d01e4d0405a6af8c77d
parent42ecf418f5f841cb06ffab4ba2d4291500893c4a (diff)
downloadopenssl-02ba02604c9aa1d0abb6225c6b111e72672bfb6a.tar.gz
Patch from PR #1833 was broken: there's no s->s3->new_session
(only s->new_session).
-rw-r--r--ssl/s3_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index dec84188ee..ca75175926 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -2226,7 +2226,6 @@ void ssl3_clear(SSL *s)
s->packet_length=0;
s->s3->renegotiate=0;
- s->s3->new_session=0;
s->s3->total_renegotiations=0;
s->s3->num_renegotiations=0;
s->s3->in_read_app_data=0;
@@ -3327,4 +3326,3 @@ need to go to SSL_ST_ACCEPT.
}
return(ret);
}
-