summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-25 11:33:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-25 11:33:32 +0000
commit8e3b2dbb31819b880886bfd275510c650ff264ea (patch)
tree3b58f7112bc0189e72c8f670075447601e462c1c /ssl/t1_lib.c
parentba6f95e81b6fcd326e2692bda5b824f52327226a (diff)
Disable debugging fprintf.
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r--ssl/t1_lib.c2
1 files changed, 2 insertions, 0 deletions
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);