Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e49eb79e authored by Tri Vo's avatar Tri Vo Committed by Gerrit Code Review
Browse files

Merge "trusty: IRPC supportedNumKeysInCsr support"

parents a6844e4c ed1f13f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
}