summaryrefslogtreecommitdiff
path: root/identity/aidl/vts/Util.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2023-06-29 06:04:48 -0700
committerLinux Build Service Account <lnxbuild@localhost>2023-06-29 06:04:48 -0700
commita15d15d6e92f86ac7658dcee3020a877352b151d (patch)
tree9255ed2c8db3b4ad3ea117a94f6f5c09af84e9d7 /identity/aidl/vts/Util.cpp
parente041de1afe487da9d57b70bed45a98b6549b514a (diff)
parent173fe3535c5676ff825735b99ed375f1dc82d391 (diff)
Merge 173fe3535c5676ff825735b99ed375f1dc82d391 on remote branch
Change-Id: Ia3a567041d2212119cd4ab6cad8a2a3453bfc572
Diffstat (limited to 'identity/aidl/vts/Util.cpp')
-rw-r--r--identity/aidl/vts/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/aidl/vts/Util.cpp b/identity/aidl/vts/Util.cpp
index 4f5c121f95..ad9281c239 100644
--- a/identity/aidl/vts/Util.cpp
+++ b/identity/aidl/vts/Util.cpp
@@ -73,7 +73,7 @@ optional<vector<vector<uint8_t>>> createFakeRemotelyProvisionedCertificateChain(
ndkMacedPublicKey.macedKey = macedPublicKey.macedKey;
vector<uint8_t> publicKeyBits;
- check_maced_pubkey(ndkMacedPublicKey, /*testMode=*/true, &publicKeyBits);
+ check_maced_pubkey(ndkMacedPublicKey, /*testMode=*/false, &publicKeyBits);
::aidl::android::hardware::security::keymint::EVP_PKEY_Ptr publicKey;
p256_pub_key(publicKeyBits, &publicKey);