commit | 27630f0d0f92cc3e1ac7dd007fa13910007e2490 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Nov 21 18:07:56 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 21 18:07:56 2022 +0000 |
tree | b432fecea0f06e168c3869b76ae955729bffa040 | |
parent | 254ae6c82b798ec1c5c805f2e3e57713bd438747 [diff] | |
parent | c8f34254b82e0746c1f17cc64c58b3584c4a4f9d [diff] |
Merge "init: Introduce symbolic names for certain constants"
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(); }