summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-12 16:08:31 +0000
committerMatt Caswell <matt@openssl.org>2018-03-12 19:45:14 +0000
commit61cd0c946b34b6ae690882b334d77093e063d47c (patch)
tree834b60a04878c99e2f74c8a6e0e9d5eec97b73ff /ssl/t1_trce.c
parent3fa2812f32bdb922d47b84ab7b5a98a807d838c0 (diff)
Fix enable-ssl-trace
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5600)
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r--ssl/t1_trce.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index 601ab025c3..3186b98755 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -480,12 +480,12 @@ static const ssl_trace_tbl ssl_exts_tbl[] = {
{TLSEXT_TYPE_cookie, "cookie_ext"},
{TLSEXT_TYPE_psk_kex_modes, "psk_key_exchange_modes"},
{TLSEXT_TYPE_certificate_authorities, "certificate_authorities"},
- {TLSEXT_TYPE_post_handshake_auth, "post_handshake_auth"}
- {TLSEXT_TYPE_signature_algorithms_cert, "signature_algorithms_cert"}
+ {TLSEXT_TYPE_post_handshake_auth, "post_handshake_auth"},
+ {TLSEXT_TYPE_signature_algorithms_cert, "signature_algorithms_cert"},
{TLSEXT_TYPE_key_share, "key_share"},
- {TLSEXT_TYPE_renegotiate, "renegotiate"}
+ {TLSEXT_TYPE_renegotiate, "renegotiate"},
# ifndef OPENSSL_NO_NEXTPROTONEG
- , {TLSEXT_TYPE_next_proto_neg, "next_proto_neg"}
+ {TLSEXT_TYPE_next_proto_neg, "next_proto_neg"},
# endif
};