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; }