From 00b525781bcf4b5e6aad6bc506570fba57915c5d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 28 Jan 2010 16:48:39 +0000 Subject: [PATCH] oops revert test code accidentally committed --- ssl/s3_pkt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index da63e50aed..9f2e16de87 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -330,7 +330,7 @@ again: #if 0 fprintf(stderr, "Record type=%d, Length=%d\n", rr->type, rr->length); #endif -fprintf(stderr, "RX version %x, Expecting %x\n", version, s->version); + /* Lets check version */ if (!s->first_packet) { @@ -736,7 +736,7 @@ static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, *(p++)=(s->version>>8); *(p++)=s->version&0xff; -fprintf(stderr, "Wrote version %x\n", s->version); + /* field where we are to write out packet length */ plen=p; p+=2; -- 2.34.1