aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libevent/libressl.diff
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/libevent/libressl.diff
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/libevent/libressl.diff')
-rw-r--r--repos/extra/libevent/libressl.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/repos/extra/libevent/libressl.diff b/repos/extra/libevent/libressl.diff
deleted file mode 100644
index cafe015b..00000000
--- a/repos/extra/libevent/libressl.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/openssl-compat.h b/openssl-compat.h
-index a23e342..59c26b8 100644
---- a/openssl-compat.h
-+++ b/openssl-compat.h
-@@ -40,7 +40,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name)
- #endif /* (OPENSSL_VERSION_NUMBER < 0x10100000L) || \
- (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) */
-
--#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L
-+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L \
-+ && LIBRESSL_VERSION_NUMBER < 0x30500000L
- #define BIO_get_init(b) (b)->init
- #endif
-