summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/tls1.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h
index e123117866..d06a1969b1 100644
--- a/src/lib/libssl/tls1.h
+++ b/src/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls1.h,v 1.28 2016/04/28 16:39:45 jsing Exp $ */ 1/* $OpenBSD: tls1.h,v 1.29 2017/03/25 14:15:11 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 *
@@ -249,10 +249,7 @@ extern "C" {
249/* ExtensionType value from RFC 7301. */ 249/* ExtensionType value from RFC 7301. */
250#define TLSEXT_TYPE_application_layer_protocol_negotiation 16 250#define TLSEXT_TYPE_application_layer_protocol_negotiation 16
251 251
252/* ExtensionType value for TLS padding extension. 252/* ExtensionType value from RFC 7685. */
253 * (TEMPORARY - registered 2014-03-12, expires 2015-03-12)
254 * https://tools.ietf.org/html/draft-agl-tls-padding-03
255 */
256#define TLSEXT_TYPE_padding 21 253#define TLSEXT_TYPE_padding 21
257 254
258/* ExtensionType value from RFC 4507. */ 255/* ExtensionType value from RFC 4507. */