summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_cb.c
diff options
context:
space:
mode:
authorjsing <>2017-08-12 21:04:33 +0000
committerjsing <>2017-08-12 21:04:33 +0000
commit5378b10f3fbd644d16966a5c43da9325d98d8c64 (patch)
treee7e569fbc06330207e7d1e07039bce149208989a /src/usr.bin/openssl/s_cb.c
parent2933ce973ab8f64db8a4d2b31603d9b007df1d25 (diff)
downloadopenbsd-5378b10f3fbd644d16966a5c43da9325d98d8c64.tar.gz
openbsd-5378b10f3fbd644d16966a5c43da9325d98d8c64.tar.bz2
openbsd-5378b10f3fbd644d16966a5c43da9325d98d8c64.zip
Remove NPN support - the -nextprotoneg options now become no-ops.
ok bcook@ beck@ doug@
Diffstat (limited to 'src/usr.bin/openssl/s_cb.c')
-rw-r--r--src/usr.bin/openssl/s_cb.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr.bin/openssl/s_cb.c b/src/usr.bin/openssl/s_cb.c
index d8ab83fb01..73c4953c62 100644
--- a/src/usr.bin/openssl/s_cb.c
+++ b/src/usr.bin/openssl/s_cb.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_cb.c,v 1.7 2016/12/30 17:25:48 jsing Exp $ */ 1/* $OpenBSD: s_cb.c,v 1.8 2017/08/12 21:04:33 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -732,12 +732,6 @@ tlsext_cb(SSL * s, int client_server, int type, unsigned char *data, int len,
732 extname = "renegotiation info"; 732 extname = "renegotiation info";
733 break; 733 break;
734 734
735#ifdef TLSEXT_TYPE_next_proto_neg
736 case TLSEXT_TYPE_next_proto_neg:
737 extname = "next protocol";
738 break;
739#endif
740
741 default: 735 default:
742 extname = "unknown"; 736 extname = "unknown";
743 break; 737 break;