Rename MODP_NONE to KE_NONE
This commit is contained in:
committed by
Tobias Brunner
parent
3af7c6db87
commit
b7c167f972
@@ -489,7 +489,7 @@ METHOD(child_cfg_t, get_ke_method, key_exchange_method_t,
|
||||
{
|
||||
enumerator_t *enumerator;
|
||||
proposal_t *proposal;
|
||||
uint16_t method = MODP_NONE;
|
||||
uint16_t method = KE_NONE;
|
||||
|
||||
enumerator = this->proposals->create_enumerator(this->proposals);
|
||||
while (enumerator->enumerate(enumerator, &proposal))
|
||||
|
||||
@@ -353,7 +353,7 @@ METHOD(ike_cfg_t, get_ke_method, key_exchange_method_t,
|
||||
{
|
||||
enumerator_t *enumerator;
|
||||
proposal_t *proposal;
|
||||
uint16_t method = MODP_NONE;
|
||||
uint16_t method = KE_NONE;
|
||||
|
||||
enumerator = this->proposals->create_enumerator(this->proposals);
|
||||
while (enumerator->enumerate(enumerator, &proposal))
|
||||
|
||||
Reference in New Issue
Block a user