renamed pts_req_func_comp_evid flags

This commit is contained in:
Andreas Steffen
2011-11-28 21:22:02 +01:00
parent 4e84b5b033
commit 8d851141b7
6 changed files with 17 additions and 17 deletions
@@ -61,7 +61,7 @@ METHOD(pts_component_t, get_comp_func_name, pts_comp_func_name_t*,
METHOD(pts_component_t, get_evidence_flags, u_int8_t,
pts_ita_comp_tboot_t *this)
{
return PTS_REQ_FUNC_COMP_FLAG_PCR;
return PTS_REQ_FUNC_COMP_EVID_PCR;
}
METHOD(pts_component_t, measure, status_t,
@@ -50,7 +50,7 @@ METHOD(pts_component_t, get_comp_func_name, pts_comp_func_name_t*,
METHOD(pts_component_t, get_evidence_flags, u_int8_t,
pts_ita_comp_tgrub_t *this)
{
return PTS_REQ_FUNC_COMP_FLAG_PCR;
return PTS_REQ_FUNC_COMP_EVID_PCR;
}
METHOD(pts_component_t, measure, status_t,