Return false if mandatory DH Group IKE19 is not available

This commit is contained in:
Sansar Choinyambuu 2011-09-21 16:51:39 +02:00 committed by Andreas Steffen
parent 0daee96b05
commit 246e46a97c
1 changed files with 1 additions and 3 deletions

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;
}
/**