Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
authortb <tb@openbsd.org>
Fri, 10 Sep 2021 14:55:53 +0000 (14:55 +0000)
committertb <tb@openbsd.org>
Fri, 10 Sep 2021 14:55:53 +0000 (14:55 +0000)
ok beck jsing

lib/libssl/ssl.h

index 3e66583..7ed6946 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl.h,v 1.206 2021/09/10 14:55:24 tb Exp $ */
+/* $OpenBSD: ssl.h,v 1.207 2021/09/10 14:55:53 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -1995,9 +1995,7 @@ void ERR_load_SSL_strings(void);
 #define SSL_R_MISSING_VERIFY_MESSAGE                    174
 #define SSL_R_MULTIPLE_SGC_RESTARTS                     346
 #define SSL_R_NON_SSLV2_INITIAL_PACKET                  175
-#if defined(LIBRESSL_INTERNAL)
 #define SSL_R_NO_APPLICATION_PROTOCOL                   235
-#endif
 #define SSL_R_NO_CERTIFICATES_RETURNED                  176
 #define SSL_R_NO_CERTIFICATE_ASSIGNED                   177
 #define SSL_R_NO_CERTIFICATE_RETURNED                   178