mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 17:57:45 +02:00
SecurityPkg: Remove reference to deleted variable
Should have been removed in 9e5601b1f45048d9d8f7b5a3f260bc6850c0e1a2
This commit is contained in:
parent
87db4230b3
commit
afabb7d273
@ -1611,7 +1611,7 @@ DxeImageVerificationHandler (
|
|||||||
IsVerified = TRUE;
|
IsVerified = TRUE;
|
||||||
} else {
|
} else {
|
||||||
Action = EFI_IMAGE_EXECUTION_AUTH_SIG_NOT_FOUND;
|
Action = EFI_IMAGE_EXECUTION_AUTH_SIG_NOT_FOUND;
|
||||||
DEBUG ((DEBUG_INFO, "DxeImageVerificationLib: Image is signed but signature is not allowed by DB and %s hash of image is not found in DB/DBX.\n", mHashTypeStr));
|
DEBUG ((DEBUG_INFO, "DxeImageVerificationLib: Image is signed but signature is not allowed by DB and hash of image is not found in DB/DBX.\n"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user