From 8e3b2dbb31819b880886bfd275510c650ff264ea Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 25 Apr 2008 11:33:32 +0000 Subject: [PATCH] Disable debugging fprintf. --- ssl/t1_lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 170b45d336..39629c273c 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -561,7 +561,9 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in if (data+size > (d+n)) return 1; +#if 0 fprintf(stderr,"Received extension type %d size %d\n",type,size); +#endif if (s->tlsext_debug_cb) s->tlsext_debug_cb(s, 0, type, data, size, s->tlsext_debug_arg); -- 2.34.1