From 5789fe3587ce0fb2fa5af1b00b11b5b0659b3289 Mon Sep 17 00:00:00 2001 From: Dong Guo Date: Thu, 11 Dec 2014 06:34:57 +0000 Subject: [PATCH] correct a data type error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dong Guo Reviewed-by: Dong Eric Reviewed-by: Long Qin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16498 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c index 443926b507..2475f35c85 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c @@ -841,7 +841,7 @@ IsCertHashFoundInDatabase ( ) { BOOLEAN IsFound; - EFI_STATUS Status; + BOOLEAN Status; EFI_SIGNATURE_LIST *DbxList; UINTN DbxSize; EFI_SIGNATURE_DATA *CertHash; -- 2.39.2