summaryrefslogtreecommitdiff
path: root/lib/libssl/tls1.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-14 02:04:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-14 02:04:12 +0000
commit994d9b11f207bc2110b3c7244dc545da873e8e3b (patch)
tree2e7a20e14f7363cd178daf97aef7430003e8a1d2 /lib/libssl/tls1.h
parent521ba0ecc19fde9c5f596d0e5fd79e29628062c4 (diff)
ugly hack around broken build until people wake up.
Diffstat (limited to 'lib/libssl/tls1.h')
-rw-r--r--lib/libssl/tls1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h
index 771ed96fc9a..876557d49e4 100644
--- a/lib/libssl/tls1.h
+++ b/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls1.h,v 1.43 2021/06/13 15:47:11 jsing Exp $ */
+/* $OpenBSD: tls1.h,v 1.44 2021/06/14 02:04:11 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -195,7 +195,9 @@ extern "C" {
#define TLS1_AD_EXPORT_RESTRICTION 60 /* fatal */
#define TLS1_AD_PROTOCOL_VERSION 70 /* fatal */
#define TLS1_AD_INSUFFICIENT_SECURITY 71 /* fatal */
+#endif
#define TLS1_AD_INTERNAL_ERROR 80 /* fatal */
+#ifndef LIBRESSL_INTERNAL
/* Code 86 from RFC 7507. */
#define TLS1_AD_INAPPROPRIATE_FALLBACK 86 /* fatal */
#define TLS1_AD_USER_CANCELLED 90