]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
moved attribute processing to imv_attestation_process
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 8 Oct 2011 22:58:33 +0000 (00:58 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 28 Nov 2011 17:32:14 +0000 (18:32 +0100)
src/libimcv/plugins/imv_attestation/imv_attestation.c

index cd3e02eef8306d90cae9ffa4890882568c1ffe2b..829cb88067fb67ef66c54b5a2566f71f54ae4804 100644 (file)
@@ -45,8 +45,6 @@ static const char imv_name[] = "Attestation";
 #define IMV_VENDOR_ID                  PEN_TCG
 #define IMV_SUBTYPE                            PA_SUBTYPE_TCG_PTS
 
-#define NONCE_LEN_LIMIT                        16
-
 static imv_agent_t *imv_attestation;
 
 /**