|
|
86a71c |
From ec7ff1612b2f5b0075545dc705b7c2610ec83748 Mon Sep 17 00:00:00 2001
|
|
|
86a71c |
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
86a71c |
Date: Fri, 10 Feb 2023 11:43:06 +0100
|
|
|
86a71c |
Subject: [PATCH 2/2] rh openssl: add crypto/bn/rsa_sup_mul.c to file list
|
|
|
86a71c |
|
|
|
86a71c |
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
86a71c |
RH-MergeRequest: 21: openssl update
|
|
|
86a71c |
RH-Bugzilla: 2164531 2164543 2164558 2164581
|
|
|
86a71c |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
86a71c |
RH-Commit: [2/2] 61acf48e337f04b34c4f309241775b204ae2e54f (kraxel/rhel-edk-2)
|
|
|
86a71c |
---
|
|
|
86a71c |
CryptoPkg/Library/OpensslLib/OpensslLib.inf | 1 +
|
|
|
86a71c |
CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 1 +
|
|
|
86a71c |
2 files changed, 2 insertions(+)
|
|
|
86a71c |
|
|
|
86a71c |
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
|
|
86a71c |
index 19913a4ac6..4eaa8a756d 100644
|
|
|
86a71c |
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
|
|
86a71c |
+++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
|
|
86a71c |
@@ -571,6 +571,7 @@
|
|
|
86a71c |
$(OPENSSL_PATH)/ssl/statem/statem_local.h
|
|
|
86a71c |
# Autogenerated files list ends here
|
|
|
86a71c |
# RHEL8-specific OpenSSL file list starts here
|
|
|
86a71c |
+ $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/evp/kdf_lib.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/kdf/kbkdf.c
|
|
|
86a71c |
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
|
|
86a71c |
index 5057857e8d..eec4771f2c 100644
|
|
|
86a71c |
--- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
|
|
86a71c |
+++ b/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
|
|
86a71c |
@@ -520,6 +520,7 @@
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/x509v3/v3_admis.h
|
|
|
86a71c |
# Autogenerated files list ends here
|
|
|
86a71c |
# RHEL8-specific OpenSSL file list starts here
|
|
|
86a71c |
+ $(OPENSSL_PATH)/crypto/bn/rsa_sup_mul.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/evp/kdf_lib.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/evp/pkey_kdf.c
|
|
|
86a71c |
$(OPENSSL_PATH)/crypto/kdf/kbkdf.c
|
|
|
86a71c |
--
|
|
|
86a71c |
2.37.3
|
|
|
86a71c |
|