mirror of https://github.com/acidanthera/audk.git
correct a data type error.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Dong Eric <eric.dong@intel.com> Reviewed-by: Long Qin <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16498 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
684a565a04
commit
5789fe3587
|
@ -841,7 +841,7 @@ IsCertHashFoundInDatabase (
|
|||
)
|
||||
{
|
||||
BOOLEAN IsFound;
|
||||
EFI_STATUS Status;
|
||||
BOOLEAN Status;
|
||||
EFI_SIGNATURE_LIST *DbxList;
|
||||
UINTN DbxSize;
|
||||
EFI_SIGNATURE_DATA *CertHash;
|
||||
|
|
Loading…
Reference in New Issue