moved send_message() in front of recommendation evaluation

This commit is contained in:
Andreas Steffen
2011-12-18 21:05:52 +01:00
parent f994caf665
commit d670adb34a
4 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -1525,7 +1525,7 @@ pts_t *pts_create(bool is_imc)
{
this->has_tpm = TRUE;
this->pcr_len = PCR_LEN;
/* this->proto_caps |= PTS_PROTO_CAPS_T | PTS_PROTO_CAPS_D; */
this->proto_caps |= PTS_PROTO_CAPS_T | PTS_PROTO_CAPS_D;
load_aik(this);
load_aik_blob(this);
}