mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix a "defined but not used" warning when enabling ssl-trace
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
e304d3e20f
commit
f43cb3f809
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user