aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-02 15:40:04 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-02 15:40:04 +0000
commit94b0f906e6a97f1130170351cb9ec2a48df7f4a5 (patch)
treeeaf4bb81a86d32f0bad6695598d64261500adb26 /Source/charon/encoding/message.c
parenta0fb67f500cf3d459ed133f71ef08dd4366f83ac (diff)
downloadstrongswan-94b0f906e6a97f1130170351cb9ec2a48df7f4a5.tar.bz2
strongswan-94b0f906e6a97f1130170351cb9ec2a48df7f4a5.tar.xz
fixed different bugs when checking out ike sa and retransmitting
requests
Diffstat (limited to 'Source/charon/encoding/message.c')
-rw-r--r--Source/charon/encoding/message.c1
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},