38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
|
From 630fa990847e14507354a4d921143a8bfb255194 Mon Sep 17 00:00:00 2001
|
||
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
||
|
Date: Fri, 10 Feb 2023 10:49:44 +0100
|
||
|
Subject: [PATCH 34/34] rh openssl: add crypto/bn/rsa_sup_mul.c to file list
|
||
|
|
||
|
---
|
||
|
CryptoPkg/Library/OpensslLib/OpensslLib.inf | 1 +
|
||
|
CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 1 +
|
||
|
2 files changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
||
|
index e446b51e66cd..7e78255467b1 100644
|
||
|
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
||
|
+++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
||
|
@@ -576,6 +576,7 @@ [Sources]
|
||
|
$(OPENSSL_PATH)/ssl/statem/statem_local.h
|
||
|
# Autogenerated files list ends here
|
||
|
# RHEL8-specific OpenSSL file list starts here
|
||
|
+ $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
|
||
|
$(OPENSSL_PATH)/crypto/evp/kdf_lib.c
|
||
|
$(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
|
||
|
$(OPENSSL_PATH)/crypto/kdf/kbkdf.c
|
||
|
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
||
|
index c207dc8f4cfd..1c551cb0990c 100644
|
||
|
--- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
||
|
+++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
||
|
@@ -526,6 +526,7 @@ [Sources]
|
||
|
$(OPENSSL_PATH)/crypto/x509v3/v3_admis.h
|
||
|
# Autogenerated files list ends here
|
||
|
# RHEL8-specific OpenSSL file list starts here
|
||
|
+ $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
|
||
|
$(OPENSSL_PATH)/crypto/evp/kdf_lib.c
|
||
|
$(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
|
||
|
$(OPENSSL_PATH)/crypto/kdf/kbkdf.c
|
||
|
--
|
||
|
2.39.1
|
||
|
|