From ec1252fcbac966e47f7e60a614c9ca932271c111 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 10 Sep 2021 14:55:53 +0000 Subject: [PATCH] Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h ok beck jsing --- lib/libssl/ssl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 3e66583f018..7ed69467b62 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -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 -- 2.20.1