renamed conversion function to pts_dh_group_to_ike

This commit is contained in:
Andreas Steffen
2011-11-28 14:39:50 +01:00
parent 2a415e77c7
commit f29a36f2a3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ pts_dh_group_t pts_dh_group_select(pts_dh_group_t supported_dh_groups,
/**
* Described in header.
*/
diffie_hellman_group_t pts_dh_group_to_strongswan_dh_group(pts_dh_group_t dh_group)
diffie_hellman_group_t pts_dh_group_to_ike(pts_dh_group_t dh_group)
{
switch (dh_group)
{