mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pv: Fix typo
Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
ff19180f03
commit
dcece3f980
@@ -220,7 +220,7 @@ pub fn verify_chain(
|
||||
// verify certificate
|
||||
let res = ctx.verify_cert()?;
|
||||
if !res {
|
||||
debug!("Failed to verify the singing key with the chain of trust");
|
||||
debug!("Failed to verify the signing key with the chain of trust");
|
||||
return Ok(res);
|
||||
}
|
||||
// verify that the chain is as expected
|
||||
|
||||
Reference in New Issue
Block a user