implemented measurement time to utc string conversion functions

This commit is contained in:
Andreas Steffen
2011-11-28 21:22:01 +01:00
parent cb3ecd5aa5
commit 47b019b246
2 changed files with 83 additions and 22 deletions
@@ -218,6 +218,7 @@ pts_comp_evidence_t *pts_comp_evidence_create(pts_comp_func_name_t *name,
);
name->log(name, "");
DBG2(DBG_PTS, "measurement time: %T", &measurement_time, FALSE);
DBG2(DBG_PTS, "PCR %2d extended with: %#B", extended_pcr, &measurement);
return &this->public;