diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp index ce6f67a84a..c4c0bf1e07 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp @@ -897,7 +897,7 @@ bool verify_attestation_record(const string& challenge, // if (att_hw_enforced[i].tag == TAG_BOOT_PATCHLEVEL || att_hw_enforced[i].tag == TAG_VENDOR_PATCHLEVEL) { std::string date = - std::to_string(att_hw_enforced[i].value.get()); + std::to_string(att_hw_enforced[i].value.get()); // strptime seems to require delimiters, but the tag value will // be YYYYMMDD date.insert(6, "-");