mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-12 19:04:28 +00:00
Fix error path
This commit is contained in:
parent
a817d08425
commit
849eff34f4
@ -649,6 +649,8 @@ Pkcs7Verify (
|
|||||||
if (!Status) {
|
if (!Status) {
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Status = FALSE;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Retrieve PKCS#7 Data (DER encoding)
|
// Retrieve PKCS#7 Data (DER encoding)
|
||||||
|
Loading…
Reference in New Issue
Block a user