From 63ea9a612a2ab4ba57b00553333290913aa6de09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Wed, 21 Jan 2026 10:59:22 +0100 Subject: [PATCH] Add a missing include in openssl-1.1.1-pkcs1-implicit-rejection.patch This prevents build failures when built as a submodule of the edk2 package which uses a different configuration than RHEL builds. Resolves: RHEL-142313 --- openssl-1.1.1-pkcs1-implicit-rejection.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openssl-1.1.1-pkcs1-implicit-rejection.patch b/openssl-1.1.1-pkcs1-implicit-rejection.patch index 24041fb..0c223d7 100644 --- a/openssl-1.1.1-pkcs1-implicit-rejection.patch +++ b/openssl-1.1.1-pkcs1-implicit-rejection.patch @@ -1109,6 +1109,14 @@ --- openssl-1.1.1k/crypto/pkcs7/pk7_doit.c.pkcs1-implicit-rejection 2021-03-25 14:28:38.000000000 +0100 +++ openssl-1.1.1k/crypto/pkcs7/pk7_doit.c 2023-11-17 17:29:02.922553639 +0100 +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include + @@ -159,6 +159,13 @@ static int pkcs7_decrypt_rinfo(unsigned goto err; }