summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-06-14 05:32:11 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-06-14 05:32:11 +0000
commit8ba630e6789617264b9b9df7ab3935a60bea7cb2 (patch)
tree9fc5ce2ea7b080aaa86e3e65d1468aff1e4c957a /lib
parent250fdb632279681cad927104d6fdf480d0e9ab4e (diff)
Remove TLS1_AD_INTERNAL_ERROR from internal visibility again
With tls_server.c r1.47 this is no longer needed.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/tls1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h
index 876557d49e4..98e158300ba 100644
--- a/lib/libssl/tls1.h
+++ b/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls1.h,v 1.44 2021/06/14 02:04:11 deraadt Exp $ */
+/* $OpenBSD: tls1.h,v 1.45 2021/06/14 05:32:10 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -195,9 +195,7 @@ 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