diff options
Diffstat (limited to 'Source/charon/encoding')
-rw-r--r-- | Source/charon/encoding/message.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/encoding/message.c b/Source/charon/encoding/message.c index b9f34e5d5..a6d237550 100644 --- a/Source/charon/encoding/message.c +++ b/Source/charon/encoding/message.c @@ -145,6 +145,7 @@ static supported_payload_entry_t supported_ike_auth_i_payloads[] = */ static supported_payload_entry_t supported_ike_auth_r_payloads[] = { + {NOTIFY,0,1,TRUE,TRUE}, {CERTIFICATE,0,1,TRUE,FALSE}, {ID_RESPONDER,0,1,TRUE,FALSE}, {AUTHENTICATION,1,1,TRUE,FALSE}, |