mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/utils: Replace get_verified_hkds with get_verified_hkds_new
Now as no users of get_verified_hkds exists, replace it with get_verified_hkds_new. Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
9a5c9cd7f9
commit
175b336d32
@@ -201,7 +201,7 @@ fn build_asrcb(opt: &CreateSecretOpt) -> Result<AddSecretRequest> {
|
||||
let (boot_tags, _) = BootHdrTags::from_se_image(&mut se_hdr)
|
||||
.with_context(|| format!("Provided SE-header in '{}' is malformed", &opt.hdr))?;
|
||||
|
||||
let hkds = opt.certificate_args.get_verified_hkds_new(
|
||||
let hkds = opt.certificate_args.get_verified_hkds(
|
||||
"secret",
|
||||
SecretVersionSelection::Explicit(opt.secret_version).map(|v| v.into()),
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user