Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2723cde authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

Merge "keygen test not generating the key for every iteration" into main

parents 28e04e62 87b6dc0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ class KeyMintBenchmarkTest {
    ErrorCode DeleteKey() {
        Status result = keymint_->deleteKey(key_blob_);
        key_blob_ = vector<uint8_t>();
        key_transform_ = "";
        return GetReturnErrorCode(result);
    }