payload: Use common prefixes for all payload type identifiers
The old identifiers did not use a proper namespace and often clashed with other defines.
This commit is contained in:
@@ -262,7 +262,7 @@ METHOD(payload_t, get_header_length, int,
|
||||
METHOD(payload_t, get_type, payload_type_t,
|
||||
private_ike_header_t *this)
|
||||
{
|
||||
return HEADER;
|
||||
return PL_HEADER;
|
||||
}
|
||||
|
||||
METHOD(payload_t, get_next_type, payload_type_t,
|
||||
|
||||
Reference in New Issue
Block a user