summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls1.h')
-rw-r--r--src/lib/libssl/tls1.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h
index 3cf778020b..8e369c7bd1 100644
--- a/src/lib/libssl/tls1.h
+++ b/src/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls1.h,v 1.30 2017/08/28 16:37:04 jsing Exp $ */ 1/* $OpenBSD: tls1.h,v 1.31 2017/08/28 17:36:58 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 *
@@ -258,9 +258,6 @@ extern "C" {
258/* Temporary extension type */ 258/* Temporary extension type */
259#define TLSEXT_TYPE_renegotiate 0xff01 259#define TLSEXT_TYPE_renegotiate 0xff01
260 260
261/* This is not an IANA defined extension number */
262#define TLSEXT_TYPE_next_proto_neg 13172
263
264/* NameType value from RFC 3546. */ 261/* NameType value from RFC 3546. */
265#define TLSEXT_NAMETYPE_host_name 0 262#define TLSEXT_NAMETYPE_host_name 0
266/* status request value from RFC 3546 */ 263/* status request value from RFC 3546 */