aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/constants.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-12 13:47:22 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-12 13:47:22 +0200
commita86d534b4cde193bf392bd0f3b71594c60b2118f (patch)
treee3d4ca8ce0479425c2a944613c41a7d19d921e1a /src/pluto/constants.c
parent68d23d24014c0d0afb82110396e903ad5beaf621 (diff)
downloadstrongswan-a86d534b4cde193bf392bd0f3b71594c60b2118f.tar.bz2
strongswan-a86d534b4cde193bf392bd0f3b71594c60b2118f.tar.xz
prepended all ISAKMP notification message types with ISAKMP_
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r--src/pluto/constants.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c
index f4cfaeb6a..6e4198350 100644
--- a/src/pluto/constants.c
+++ b/src/pluto/constants.c
@@ -995,11 +995,11 @@ enum_names ipsec_notification_names =
ipsec_notification_name, &notification_dpd_names };
enum_names notification_status_names =
- { CONNECTED, CONNECTED,
+ { ISAKMP_CONNECTED, ISAKMP_CONNECTED,
notification_status_name, &ipsec_notification_names };
enum_names notification_names =
- { INVALID_PAYLOAD_TYPE, UNEQUAL_PAYLOAD_LENGTHS,
+ { ISAKMP_INVALID_PAYLOAD_TYPE, ISAKMP_UNEQUAL_PAYLOAD_LENGTHS,
notification_name, &notification_status_names };
/* MODECFG