mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
added payload type for no payload
This commit is contained in:
parent
7c0dcf6316
commit
b7f1373006
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user