diff options
author | Martin Willi <martin@strongswan.org> | 2006-06-12 07:33:20 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-06-12 07:33:20 +0000 |
commit | a2a3fb3e250991c5558a5d1cd24eab2a414474ab (patch) | |
tree | e4487b71a78632de3a3273608f46e7706f96f121 /src/libstrongswan/crypto/diffie_hellman.h | |
parent | 695723d4e877b6cba235f630a15b6e04e484a695 (diff) | |
download | strongswan-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.h')
-rw-r--r-- | src/libstrongswan/crypto/diffie_hellman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/diffie_hellman.h b/src/libstrongswan/crypto/diffie_hellman.h index 48a165557..4f9ba49f7 100644 --- a/src/libstrongswan/crypto/diffie_hellman.h +++ b/src/libstrongswan/crypto/diffie_hellman.h @@ -38,7 +38,7 @@ typedef enum diffie_hellman_group_t diffie_hellman_group_t; * @ingroup transforms */ enum diffie_hellman_group_t { - MODP_UNDEFINED = 1024, + MODP_NONE = 0, MODP_768_BIT = 1, MODP_1024_BIT = 2, MODP_1536_BIT = 5, |