]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg: Add a missed include file to fix the possible build issue.
authorQin Long <qin.long@intel.com>
Thu, 20 Aug 2015 08:49:31 +0000 (08:49 +0000)
committerqlong <qlong@Edk2>
Thu, 20 Aug 2015 08:49:31 +0000 (08:49 +0000)
Add a missed include file (UefiBaseType.h) into BaseCryptLib.h, since
EFI_TIME was introduced in the new crypto API (ImageTimestampVerify).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18255 6f19259b-4bc3-4df7-8a09-765794883524

CryptoPkg/Include/Library/BaseCryptLib.h

index d3b211bec5b67a90d3d8a8417a09e22040cc3dc6..95b75c92b8f5c976af7dbf2ed04118177f97a823 100644 (file)
@@ -18,6 +18,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __BASE_CRYPT_LIB_H__\r
 #define __BASE_CRYPT_LIB_H__\r
 \r
+#include <Uefi/UefiBaseType.h>\r
+\r
 ///\r
 /// MD4 digest size in bytes\r
 ///\r