Revision: 18255
http://sourceforge.net/p/edk2/code/18255
Author: qlong
Date: 2015-08-20 08:49:31 +0000 (Thu, 20 Aug 2015)
Log Message:
-----------
CryptoPkg: Add a missed include file to fix the possible build issue.
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 <[email protected]>
Reviewed-by: Ye Ting <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/CryptoPkg/Include/Library/BaseCryptLib.h
Modified: trunk/edk2/CryptoPkg/Include/Library/BaseCryptLib.h
===================================================================
--- trunk/edk2/CryptoPkg/Include/Library/BaseCryptLib.h 2015-08-20 08:46:15 UTC
(rev 18254)
+++ trunk/edk2/CryptoPkg/Include/Library/BaseCryptLib.h 2015-08-20 08:49:31 UTC
(rev 18255)
@@ -18,6 +18,8 @@
#ifndef __BASE_CRYPT_LIB_H__
#define __BASE_CRYPT_LIB_H__
+#include <Uefi/UefiBaseType.h>
+
///
/// MD4 digest size in bytes
///
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits