From b48357d9953decc43333979ca11ebc1500040f4e Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 19 Aug 2015 17:12:31 +0200 Subject: [PATCH] GH371: Print debug info for ALPN extension Also known as RT 4106 Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- apps/s_cb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/s_cb.c b/apps/s_cb.c index 2a18f74dc3..07ce997081 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -710,6 +710,10 @@ static STRINT_PAIR tlsext_types[] = { #endif #ifdef TLSEXT_TYPE_encrypt_then_mac {"encrypt-then-mac", TLSEXT_TYPE_encrypt_then_mac}, +#endif +#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation + {"application layer protocol negotiation", + TLSEXT_TYPE_application_layer_protocol_negotiation}, #endif {NULL} }; -- 2.34.1