From: Sansar Choinyambuu Date: Fri, 23 Sep 2011 14:05:54 +0000 (+0200) Subject: Replaced DH_NONCE state with TPM_INIT state X-Git-Tag: 4.6.2~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ca89676bbe433b123b95c23e83929451948ea9;p=thirdparty%2Fstrongswan.git Replaced DH_NONCE state with TPM_INIT state --- diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_state.h b/src/libimcv/plugins/imv_attestation/imv_attestation_state.h index 21f896333f..45d382b0a1 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,