- nonce payload added

- tested
This commit is contained in:
Martin Willi
2005-11-15 15:26:27 +00:00
parent 2dcb14b0ae
commit e23b3bae41
7 changed files with 130 additions and 12 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ encoding_rule_t nonce_payload_encodings[] = {
/* Length of the whole nonce payload*/
{ PAYLOAD_LENGTH, offsetof(private_nonce_payload_t, payload_length) },
/* some nonce bytes, lenth is defined in PAYLOAD_LENGTH */
{ NONCE, offsetof(private_nonce_payload_t, nonce) }
{ NONCE_DATA, offsetof(private_nonce_payload_t, nonce) }
};
/**