proposal: Handle skipping DH groups directly in select() and matches()
Also renames the flag.
This commit is contained in:
@@ -562,7 +562,7 @@ static status_t select_and_install(private_child_create_t *this,
|
||||
|
||||
if (no_dh)
|
||||
{
|
||||
flags |= PROPOSAL_STRIP_DH;
|
||||
flags |= PROPOSAL_SKIP_DH;
|
||||
}
|
||||
if (this->ike_sa->supports_extension(this->ike_sa, EXT_STRONGSWAN))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user