commit | 208f93042bba8994d6278a6672042fcd125e0410 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Nov 21 03:18:06 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 21 03:18:06 2022 +0000 |
tree | 84e42e435e73fd04b87df8edb41818276d2144bd | |
parent | e49eb79e077540a9d58772795c00127aeb97ab1e [diff] | |
parent | 5d18891e60c3190313e827fa07304e700498648c [diff] |
Merge "init: Add a unit test for the "start console" action"
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(); }