mirror of https://github.com/acidanthera/audk.git
Fix incorrect return status in Pkcs7Verify().
Signed-off by: Ye Ting <ting.ye@intel.com> Reviewed-by: Fu, Siyuan <Siyuan.fu@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13469 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
08d6e2ff72
commit
c4de8e2eb9
|
@ -670,6 +670,8 @@ Pkcs7Verify (
|
|||
if (!Status) {
|
||||
return Status;
|
||||
}
|
||||
|
||||
Status = FALSE;
|
||||
|
||||
//
|
||||
// Retrieve PKCS#7 Data (DER encoding)
|
||||
|
|
Loading…
Reference in New Issue