Merge "On-device signing: Use correct deleteKey() instance."
This commit is contained in:
commit
d2dede4e7b
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Result<void> KeystoreHmacKey::verify(const std::string& message,
|
|||
}
|
||||
|
||||
Result<void> KeystoreHmacKey::deleteKey() const {
|
||||
auto status = mSecurityLevel->deleteKey(mDescriptor);
|
||||
auto status = mService->deleteKey(mDescriptor);
|
||||
if (!status.isOk()) {
|
||||
return Error() << "Failed to delete HMAC key: " << status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue