From fecd04e9104bc4216297ec3756783ef27348280c Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 17 Sep 2015 13:33:40 +0200 Subject: Print debug info for extended master secret extension Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- apps/s_cb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/s_cb.c') diff --git a/apps/s_cb.c b/apps/s_cb.c index f4559fa70f..643d91a160 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -714,6 +714,9 @@ static STRINT_PAIR tlsext_types[] = { #ifdef TLSEXT_TYPE_application_layer_protocol_negotiation {"application layer protocol negotiation", TLSEXT_TYPE_application_layer_protocol_negotiation}, +#endif +#ifdef TLSEXT_TYPE_extended_master_secret + {"extended master secret", TLSEXT_TYPE_extended_master_secret}, #endif {NULL} }; -- cgit v1.2.3