Rename MODP_NONE to KE_NONE

This commit is contained in:
Andreas Steffen
2022-06-29 10:28:50 +02:00
committed by Tobias Brunner
parent 3af7c6db87
commit b7c167f972
17 changed files with 78 additions and 77 deletions
+1 -1
View File
@@ -180,6 +180,6 @@ key_exchange_method_t pts_dh_group_to_ike(pts_dh_group_t dh_group)
case PTS_DH_GROUP_IKE20:
return ECP_384_BIT;
default:
return MODP_NONE;
return KE_NONE;
}
}