Adding padding extension to trace code.
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index 2d0a74c..0799a7a 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -365,7 +365,8 @@
 	{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[] = {