projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6f95e
)
Disable debugging fprintf.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 25 Apr 2008 11:33:32 +0000
(11:33 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 25 Apr 2008 11:33:32 +0000
(11:33 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 170b45d3366884e4b90398407f1bf00581d5a023..39629c273c7af3f3e29a50e46a87c73756d23380 100644
(file)
--- 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);