oops revert test code accidentally committed
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 16:48:39 +0000 (16:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2010 16:48:39 +0000 (16:48 +0000)
ssl/s3_pkt.c

index da63e50aed237fc5a51621fcce3a6da6fca99b28..9f2e16de878430c614e3711042b91d8b71e6216a 100644 (file)
@@ -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;