commit | 30bd9e9522e187548b2e7f1e85c1296586538e1e | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Nov 21 03:18:31 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 21 03:18:31 2022 +0000 |
tree | 9d358459e19acad1cadc4a8229833de545918fee | |
parent | 3afd63273a3959c0b1cd85c249e0fa2b114abd13 [diff] | |
parent | 41787239ec21069407863379365b667c034d5fea [diff] |
Merge "Revert "init: Rename 'cgroups_activated' into 'fifo'""
diff --git a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp index c6800cd..710be3e 100644 --- a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +++ b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
@@ -85,6 +85,7 @@ info->rpcAuthorName = std::move(response.rpcAuthorName); info->supportedEekCurve = response.supportedEekCurve; info->uniqueId = std::move(response.uniqueId); + info->supportedNumKeysInCsr = response.supportedNumKeysInCsr; return ScopedAStatus::ok(); }