diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-05-20 02:48:51 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-05-20 12:09:04 +0200 |
commit | 6db14dbc514d6b8017827baebea4c75af8bb1976 (patch) | |
tree | cf52490a65b77e1aea993478b78022a19769052c /ssl | |
parent | Fix bug in signature algorithm copy. (diff) | |
download | openssl-6db14dbc514d6b8017827baebea4c75af8bb1976.tar.xz openssl-6db14dbc514d6b8017827baebea4c75af8bb1976.zip |
Adding padding extension to trace code.
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/t1_trce.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 2d0a74ce80..0799a7af51 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -365,7 +365,8 @@ static ssl_trace_tbl ssl_exts_tbl[] = { {TLSEXT_TYPE_opaque_prf_input, "opaque_prf_input"}, #endif {TLSEXT_TYPE_renegotiate, "renegotiate"}, - {TLSEXT_TYPE_next_proto_neg, "next_proto_neg"} + {TLSEXT_TYPE_next_proto_neg, "next_proto_neg"}, + {TLSEXT_TYPE_padding, "padding"} }; static ssl_trace_tbl ssl_curve_tbl[] = { |