- removed memory allocation checks!!!

This commit is contained in:
Jan Hutter
2005-11-28 18:24:10 +00:00
parent 297c889cf3
commit 3fe058703f
24 changed files with 722 additions and 1197 deletions
+1 -3
View File
@@ -1,8 +1,7 @@
/**
* @file encodings.c
*
* @brief Type definitions for parser and generator,
* also payload types are defined here.
* @brief Encoding types of fields in a IKEv2 payload.
*
*/
@@ -51,4 +50,3 @@ mapping_t encoding_type_m[] = {
{NONCE_DATA, "NONCE_DATA"},
{MAPPING_END, NULL}
};