From: Dr. Stephen Henson Date: Fri, 25 Apr 2008 11:33:32 +0000 (+0000) Subject: Disable debugging fprintf. X-Git-Tag: OpenSSL_0_9_8k^2~422 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8e3b2dbb31819b880886bfd275510c650ff264ea Disable debugging fprintf. --- 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);