5872fb18b4
- Rebase to edk2-stable202405 - Bumo openssl to 8e5beb77088b - Resolves: RHEL-32486 (rebase to edk2-stable202405 [rhel-9]) - Resolves: RHEL-36446 (edk2: enable MOR [rhel-9]) - Resolves: RHEL-21653 (CVE-2023-6237 edk2: openssl: Excessive time spent checking invalid RSA public keys [rhel-9]) - Resolves: RHEL-21150 (CVE-2023-6129 edk2: mysql: openssl: POLY1305 MAC implementation corrupts vector registers on PowerPC) - Resolves: RHEL-22490 (CVE-2024-0727 edk2: openssl: denial of service via null dereference [rhel-9])
29 lines
905 B
Diff
29 lines
905 B
Diff
From 7a07b2f16eabf460891a21c05b30cd9c2f875a2a Mon Sep 17 00:00:00 2001
|
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
Date: Mon, 28 Aug 2023 13:11:02 +0200
|
|
Subject: [PATCH] CryptoPkg/CrtLib: add stat.h include file.
|
|
|
|
Needed by rhel downstream openssl patches.
|
|
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
---
|
|
CryptoPkg/Library/Include/sys/stat.h | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
create mode 100644 CryptoPkg/Library/Include/sys/stat.h
|
|
|
|
diff --git a/CryptoPkg/Library/Include/sys/stat.h b/CryptoPkg/Library/Include/sys/stat.h
|
|
new file mode 100644
|
|
index 0000000000..22247bb2db
|
|
--- /dev/null
|
|
+++ b/CryptoPkg/Library/Include/sys/stat.h
|
|
@@ -0,0 +1,9 @@
|
|
+/** @file
|
|
+ Include file to support building the third-party cryptographic library.
|
|
+
|
|
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
|
|
+SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
+
|
|
+**/
|
|
+
|
|
+#include <CrtLibSupport.h>
|