mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
CryptoPkg/CrtLibSupport: add fcntl.h
Add fcntl.h header file. Will be needed by openssl 3.0. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
This commit is contained in:
parent
5576b17363
commit
4352d115c4
@ -36,6 +36,7 @@
|
|||||||
"Library/Include/CrtLibSupport.h",
|
"Library/Include/CrtLibSupport.h",
|
||||||
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
||||||
"Library/BaseCryptLib/Hash/CryptParallelHash.h",
|
"Library/BaseCryptLib/Hash/CryptParallelHash.h",
|
||||||
|
"Library/Include/fcntl.h",
|
||||||
# These directories contain auto-generated OpenSSL content
|
# These directories contain auto-generated OpenSSL content
|
||||||
"Library/OpensslLib",
|
"Library/OpensslLib",
|
||||||
"Library/IntrinsicLib",
|
"Library/IntrinsicLib",
|
||||||
|
9
CryptoPkg/Library/Include/fcntl.h
Normal file
9
CryptoPkg/Library/Include/fcntl.h
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user