]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/Include/CrtLibSupport.h
CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.
[mirror_edk2.git] / CryptoPkg / Library / Include / CrtLibSupport.h
index d257dca8fa9b03b043f8f026fae5a2a2eff22462..b76b140a7acf446395ab600b6a0c7697fbe12b97 100644 (file)
@@ -2,7 +2,7 @@
   Root include file of C runtime library to support building the third-party\r
   cryptographic library.\r
 \r
-Copyright (c) 2010 - 2021, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2010 - 2022, Intel Corporation. All rights reserved.<BR>\r
 Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -111,6 +111,7 @@ typedef UINT8   u_char;
 typedef UINT32  uid_t;\r
 typedef UINT32  gid_t;\r
 typedef CHAR16  wchar_t;\r
+typedef UINT64  uint64_t;\r
 \r
 //\r
 // File operations are not required for EFI building,\r