summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-24 13:52:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-24 13:52:38 +0000
commit714044cc0369c9672a5908bd003d2f4958a1ac66 (patch)
treea5a44734e6b5d41259801e3d90176f6435a2fe03 /ssl
parent5598b99fb324ab97e5ea196d5eacddaed0e054c6 (diff)
oops revert test code from previous commit
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_pkt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index 66ff3fdb54..a2ba5748d5 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -979,6 +979,7 @@ start:
(s->session != NULL) && (s->session->cipher != NULL))
{
s->s3->handshake_fragment_len = 0;
+
if ((s->s3->handshake_fragment[1] != 0) ||
(s->s3->handshake_fragment[2] != 0) ||
(s->s3->handshake_fragment[3] != 0))