Return false if mandatory DH Group IKE19 is not available

This commit is contained in:
Sansar Choinyambuu
2011-11-28 14:34:20 +01:00
committed by Andreas Steffen
parent 0daee96b05
commit 246e46a97c
+1 -3
View File
@@ -78,9 +78,7 @@ bool pts_probe_dh_groups(pts_dh_group_t *groups)
DBG1(DBG_PTS, format2, "mandatory", diffie_hellman_group_names, ECP_256_BIT, plugin_name);
}
/* TODO: return FALSE : Elliptic Curves are not available */
return TRUE;
return FALSE;
}
/**