projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ecf41
)
Patch from PR #1833 was broken: there's no s->s3->new_session
author
Bodo Möller
<bodo@openssl.org>
Thu, 26 Aug 2010 14:54:18 +0000
(14:54 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 26 Aug 2010 14:54:18 +0000
(14:54 +0000)
(only s->new_session).
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index dec84188ee9dce48cecfc4562c2ce01bb6914d74..ca75175926eb8c2ff0aeef8cc2fa56b6dc145046 100644
(file)
--- 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);
}
-