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

Commit 6d131c81 authored by Tri Vo's avatar Tri Vo Committed by Automerger Merge Worker
Browse files

Merge "trusty: IRPC supportedNumKeysInCsr support" am: e49eb79e am: 1f9beb57 am: 9958469f

parents fa11c5e6 9958469f
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();
}