render / rpms / edk2

Forked from rpms/edk2 3 months ago
Clone

Blame SOURCES/edk2-rh-openssl-add-crypto-bn-rsa_sup_mul.c-to-file-list.patch

795857
From dca1a100d14056865c7360d80a2a1d1ae4b0de96 Mon Sep 17 00:00:00 2001
795857
From: Gerd Hoffmann <kraxel@redhat.com>
795857
Date: Fri, 10 Feb 2023 10:49:44 +0100
795857
Subject: [PATCH 5/5] rh openssl: add crypto/bn/rsa_sup_mul.c to file list
795857
795857
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
795857
RH-MergeRequest: 27: openssl update
795857
RH-Bugzilla: 2164534 2164550 2164565 2164583
795857
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
795857
RH-Commit: [2/2] a097fc031b54208e9c8974173784e4c306dbf7a0 (kraxel/centos-edk2)
795857
---
795857
 CryptoPkg/Library/OpensslLib/OpensslLib.inf       | 1 +
795857
 CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 1 +
795857
 2 files changed, 2 insertions(+)
795857
795857
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
795857
index e446b51e66..7e78255467 100644
795857
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
795857
+++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
795857
@@ -576,6 +576,7 @@
795857
   $(OPENSSL_PATH)/ssl/statem/statem_local.h
795857
 # Autogenerated files list ends here
795857
 # RHEL8-specific OpenSSL file list starts here
795857
+  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
795857
   $(OPENSSL_PATH)/crypto/evp/kdf_lib.c
795857
   $(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
795857
   $(OPENSSL_PATH)/crypto/kdf/kbkdf.c
795857
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
795857
index c207dc8f4c..1c551cb099 100644
795857
--- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
795857
+++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
795857
@@ -526,6 +526,7 @@
795857
   $(OPENSSL_PATH)/crypto/x509v3/v3_admis.h
795857
 # Autogenerated files list ends here
795857
 # RHEL8-specific OpenSSL file list starts here
795857
+  $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
795857
   $(OPENSSL_PATH)/crypto/evp/kdf_lib.c
795857
   $(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
795857
   $(OPENSSL_PATH)/crypto/kdf/kbkdf.c
795857
-- 
795857
2.31.1
795857