aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/diffie_hellman.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-12 07:33:20 +0000
committerMartin Willi <martin@strongswan.org>2006-06-12 07:33:20 +0000
commita2a3fb3e250991c5558a5d1cd24eab2a414474ab (patch)
treee4487b71a78632de3a3273608f46e7706f96f121 /src/libstrongswan/crypto/diffie_hellman.c
parent695723d4e877b6cba235f630a15b6e04e484a695 (diff)
downloadstrongswan-a2a3fb3e250991c5558a5d1cd24eab2a414474ab.tar.bz2
strongswan-a2a3fb3e250991c5558a5d1cd24eab2a414474ab.tar.xz
workaround for peers rekeying at the same time
loading lifetime policies from ipsec.conf
Diffstat (limited to 'src/libstrongswan/crypto/diffie_hellman.c')
-rw-r--r--src/libstrongswan/crypto/diffie_hellman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/diffie_hellman.c b/src/libstrongswan/crypto/diffie_hellman.c
index 1e3dcc79c..0a3eef352 100644
--- a/src/libstrongswan/crypto/diffie_hellman.c
+++ b/src/libstrongswan/crypto/diffie_hellman.c
@@ -34,7 +34,7 @@
* String mappings for diffie_hellman_group_t.
*/
mapping_t diffie_hellman_group_m[] = {
- {MODP_UNDEFINED, "MODP_UNDEFINED"},
+ {MODP_NONE, "MODP_NONE"},
{MODP_768_BIT, "MODP_768_BIT"},
{MODP_1024_BIT, "MODP_1024_BIT"},
{MODP_1536_BIT, "MODP_1536_BIT"},