2024-06-28 06:36:11 +00:00
|
|
|
From 95345a66f0c8e7d77ebc1b5cae3e745a2c201751 Mon Sep 17 00:00:00 2001
|
2023-09-05 10:53:16 +00:00
|
|
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
Date: Mon, 28 Aug 2023 13:11:02 +0200
|
2024-04-02 08:22:40 +00:00
|
|
|
Subject: [PATCH] CryptoPkg/CrtLib: add stat.h include file.
|
2023-09-05 10:53:16 +00:00
|
|
|
|
2024-04-02 08:22:40 +00:00
|
|
|
Needed by rhel downstream openssl patches.
|
|
|
|
|
|
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
2023-09-05 10:53:16 +00:00
|
|
|
---
|
|
|
|
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
|
2024-04-02 08:22:40 +00:00
|
|
|
index 0000000000..22247bb2db
|
2023-09-05 10:53:16 +00:00
|
|
|
--- /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>
|