diff options
Diffstat (limited to 'src/libstrongswan/crypto/diffie_hellman.c')
-rw-r--r-- | src/libstrongswan/crypto/diffie_hellman.c | 2 |
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"}, |