moved proto_caps and meas_algo to pts object

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:12 +02:00
parent 8a2482c7c2
commit 01e069b675
9 changed files with 213 additions and 121 deletions
@@ -110,7 +110,7 @@ imc_state_t *imc_attestation_state_create(TNC_ConnectionID connection_id)
.connection_id = connection_id,
.state = TNC_CONNECTION_STATE_CREATE,
.handshake_state = IMC_ATTESTATION_STATE_INIT,
.pts = pts_create(),
.pts = pts_create(TRUE),
);
return &this->public.interface;