From a2ca89676bbe433b123b95c23e83929451948ea9 Mon Sep 17 00:00:00 2001 From: Sansar Choinyambuu Date: Fri, 23 Sep 2011 16:05:54 +0200 Subject: [PATCH] Replaced DH_NONCE state with TPM_INIT state --- src/libimcv/plugins/imv_attestation/imv_attestation_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_state.h b/src/libimcv/plugins/imv_attestation/imv_attestation_state.h index 21f896333..45d382b0a 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_state.h +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_state.h @@ -34,7 +34,7 @@ typedef enum imv_attestation_handshake_state_t imv_attestation_handshake_state_t */ enum imv_attestation_handshake_state_t { IMV_ATTESTATION_STATE_INIT, - IMV_ATTESTATION_STATE_DH_NONCE, + IMV_ATTESTATION_STATE_TPM_INIT, IMV_ATTESTATION_STATE_MEAS, IMV_ATTESTATION_STATE_COMP_EVID, IMV_ATTESTATION_STATE_END,