Merge "trusty: IRPC supportedNumKeysInCsr support"
This commit is contained in:
commit
e49eb79e07
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardw
|
|||
info->rpcAuthorName = std::move(response.rpcAuthorName);
|
||||
info->supportedEekCurve = response.supportedEekCurve;
|
||||
info->uniqueId = std::move(response.uniqueId);
|
||||
info->supportedNumKeysInCsr = response.supportedNumKeysInCsr;
|
||||
return ScopedAStatus::ok();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue