summaryrefslogtreecommitdiff
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2015-12-18 14:13:27 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2015-12-18 14:14:57 +0900
commit6a424b1e0ec46f307697ffe971a3e46b3129f693 (patch)
tree063e9bd46b09b57192b9af486e0649a139c40712 /apps/s_cb.c
parent7bb2e75e597abc44122a538b5935153bf1ecb9ec (diff)
parent2b3ef38d58c1bb0abff4bf611177fc76e78325fa (diff)
downloadopenssl-tizen.tar.gz
openssl-tizen.tar.bz2
openssl-tizen.zip
Upgrade Upstream version 1.0.2eHEADsubmit/tizen/20151228.015607tizen
Change-Id: If6afd73ecd5ef4548b9389eca6e53946aac3b9f2
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index dd3aa74..5b5e711 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -981,6 +981,11 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
extname = "next protocol";
break;
#endif
+#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
+ case TLSEXT_TYPE_application_layer_protocol_negotiation:
+ extname = "application layer protocol negotiation";
+ break;
+#endif
case TLSEXT_TYPE_padding:
extname = "TLS padding";