summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls1.h
diff options
context:
space:
mode:
authorjsing <>2015-02-12 03:45:25 +0000
committerjsing <>2015-02-12 03:45:25 +0000
commit86af7c3070260922d654cfef98d3b100ccbd79d1 (patch)
treea6567782f8c0fe3a5cd3a2b6d78b8e9a1e396085 /src/lib/libssl/tls1.h
parent5f7c1a2b2d1ad44c6535aac1d320379a2c952db8 (diff)
downloadopenbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.tar.gz
openbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.tar.bz2
openbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.zip
unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,
however it is not likely to be removed any time soon. ok beck@ miod@
Diffstat (limited to 'src/lib/libssl/tls1.h')
-rw-r--r--src/lib/libssl/tls1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h
index 60651572a2..6182daa837 100644
--- a/src/lib/libssl/tls1.h
+++ b/src/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls1.h,v 1.23 2014/12/16 05:47:28 miod Exp $ */ 1/* $OpenBSD: tls1.h,v 1.24 2015/02/12 03:45:25 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 *
@@ -252,10 +252,8 @@ extern "C" {
252/* Temporary extension type */ 252/* Temporary extension type */
253#define TLSEXT_TYPE_renegotiate 0xff01 253#define TLSEXT_TYPE_renegotiate 0xff01
254 254
255#ifndef OPENSSL_NO_NEXTPROTONEG
256/* This is not an IANA defined extension number */ 255/* This is not an IANA defined extension number */
257#define TLSEXT_TYPE_next_proto_neg 13172 256#define TLSEXT_TYPE_next_proto_neg 13172
258#endif
259 257
260/* NameType value from RFC 3546. */ 258/* NameType value from RFC 3546. */
261#define TLSEXT_NAMETYPE_host_name 0 259#define TLSEXT_NAMETYPE_host_name 0