aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encodings.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/encodings.h')
-rw-r--r--Source/charon/encodings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/charon/encodings.h b/Source/charon/encodings.h
index 7eda87c0a..07762e1ad 100644
--- a/Source/charon/encodings.h
+++ b/Source/charon/encodings.h
@@ -209,6 +209,12 @@ struct encoding_rule_s{
typedef enum payload_type_e payload_type_t;
enum payload_type_e{
+
+ /**
+ * NO_PAYLOAD
+ */
+ NO_PAYLOAD = 0,
+
/**
* SA
*/