commit | 3afd63273a3959c0b1cd85c249e0fa2b114abd13 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Nov 21 03:18:19 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 21 03:18:19 2022 +0000 |
tree | 26661e592b18cde64f99a307f91ce1fc2d92a270 | |
parent | 208f93042bba8994d6278a6672042fcd125e0410 [diff] | |
parent | bfcf4374ed78e20394edb76b54e20bea4887b5cf [diff] |
Merge "init: Document which class Service members are not modified"
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(); }