View | Details | Raw Unified | Return to bug 259214
Collapse All | Expand All

(-)b/mail/fetchmail/files/patch-LibreSSL (+14 lines)
Added Link Here
1
$OpenBSD: patch-tls-aux_h,v 1.1 2021/07/29 10:44:07 sthen Exp $
2
3
Index: tls-aux.h
4
--- tls-aux.h.orig
5
+++ tls-aux.h
6
@@ -8,7 +8,7 @@
7
 #ifdef SSL_ENABLE
8
 #include <openssl/opensslv.h>
9
 
10
-# if defined(LIBRESSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x1010000fL
11
+# if OPENSSL_VERSION_NUMBER < 0x1010000fL
12
 #  undef OSSL110_API
13
 # else
14
 #  define OSSL110_API 1

Return to bug 259214