diff options
author | jsing <> | 2017-08-12 21:04:33 +0000 |
---|---|---|
committer | jsing <> | 2017-08-12 21:04:33 +0000 |
commit | f5ab0b8eff0fa56ebb9269ebd0025de4de12c7b1 (patch) | |
tree | e7e569fbc06330207e7d1e07039bce149208989a /src/usr.bin/openssl/s_cb.c | |
parent | c648197458d45db4f93561e9497fac0532e6d0bc (diff) | |
download | openbsd-f5ab0b8eff0fa56ebb9269ebd0025de4de12c7b1.tar.gz openbsd-f5ab0b8eff0fa56ebb9269ebd0025de4de12c7b1.tar.bz2 openbsd-f5ab0b8eff0fa56ebb9269ebd0025de4de12c7b1.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.c | 8 |
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; |