strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ha: Add DH group to IKE_ADD message
[strongswan.git]
/
src
/
libcharon
/
plugins
/
ha
/
ha_message.c
diff --git
a/src/libcharon/plugins/ha/ha_message.c
b/src/libcharon/plugins/ha/ha_message.c
index
6b00ed8
..
b40219c
100644
(file)
--- a/
src/libcharon/plugins/ha/ha_message.c
+++ b/
src/libcharon/plugins/ha/ha_message.c
@@
-230,6
+230,7
@@
METHOD(ha_message_t, add_attribute, void,
break;
}
/* u_int16_t */
+ case HA_ALG_DH:
case HA_ALG_PRF:
case HA_ALG_OLD_PRF:
case HA_ALG_ENCR:
@@
-450,6
+451,7
@@
METHOD(enumerator_t, attribute_enumerate, bool,
return TRUE;
}
/** u_int16_t */
+ case HA_ALG_DH:
case HA_ALG_PRF:
case HA_ALG_OLD_PRF:
case HA_ALG_ENCR: