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:
e304d3e
)
Fix a "defined but not used" warning when enabling ssl-trace
author
Matt Caswell
<matt@openssl.org>
Tue, 15 Nov 2016 16:49:37 +0000
(16:49 +0000)
committer
Matt Caswell
<matt@openssl.org>
Wed, 16 Nov 2016 10:39:23 +0000
(10:39 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/t1_trce.c
patch
|
blob
|
history
diff --git
a/ssl/t1_trce.c
b/ssl/t1_trce.c
index 42cf2be4791d9069cba10a384b11021b8558dc65..421d90d28982bd7fa51a8acae108cf6885621a02 100644
(file)
--- a/
ssl/t1_trce.c
+++ b/
ssl/t1_trce.c
@@
-528,11
+528,6
@@
static ssl_trace_tbl ssl_sig_tbl[] = {
{TLSEXT_signature_gostr34102012_512, "gost2012_512"}
};
-static ssl_trace_tbl ssl_hb_tbl[] = {
- {1, "peer_allowed_to_send"},
- {2, "peer_not_allowed_to_send"}
-};
-
static ssl_trace_tbl ssl_ctype_tbl[] = {
{1, "rsa_sign"},
{2, "dss_sign"},