From bac3aa45b63647488b874b7be2959490a16bc1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 24 Feb 2022 23:07:18 +0100 Subject: patches/sbsigntools_pre.local.patch: update patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/sbsigntools_pre.local.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/sbsigntools_pre.local.patch b/patches/sbsigntools_pre.local.patch index bc1c7a2c..4fb79276 100644 --- a/patches/sbsigntools_pre.local.patch +++ b/patches/sbsigntools_pre.local.patch @@ -71,7 +71,7 @@ diff -ru sbsigntools-0.9.3.orig/src/sbverify.c sbsigntools/src/sbverify.c #include -#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x3050000fL #define X509_OBJECT_get0_X509(obj) ((obj)->data.x509) #define X509_OBJECT_get_type(obj) ((obj)->type) #define X509_STORE_CTX_get0_cert(ctx) ((ctx)->cert) -- cgit v1.2.3