Removed unnecessary debug statement
This commit is contained in:
committed by
Andreas Steffen
parent
246e46a97c
commit
9d7ec5b6cd
@@ -33,9 +33,6 @@ bool pts_probe_dh_groups(pts_dh_group_t *groups)
|
|||||||
enumerator = lib->crypto->create_dh_enumerator(lib->crypto);
|
enumerator = lib->crypto->create_dh_enumerator(lib->crypto);
|
||||||
while (enumerator->enumerate(enumerator, &dh_group, &plugin_name))
|
while (enumerator->enumerate(enumerator, &dh_group, &plugin_name))
|
||||||
{
|
{
|
||||||
DBG2(DBG_PTS, format1, "Following ", diffie_hellman_group_names, dh_group,
|
|
||||||
plugin_name);
|
|
||||||
|
|
||||||
if (dh_group == MODP_1024_BIT)
|
if (dh_group == MODP_1024_BIT)
|
||||||
{
|
{
|
||||||
*groups |= PTS_DH_GROUP_IKE2;
|
*groups |= PTS_DH_GROUP_IKE2;
|
||||||
|
|||||||
Reference in New Issue
Block a user