summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/s_cb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 9dda23c023..787c2a7073 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -1030,6 +1030,9 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
extname = "encrypt-then-mac";
break;
#endif
+ case TLSEXT_TYPE_padding:
+ extname = "TLS padding";
+ break;
default:
extname = "unknown";