Move ike_version_t definition from peer_cfg_t to ike_cfg_t

This commit is contained in:
Martin Willi
2012-10-24 10:17:36 +02:00
parent 23ca39010e
commit cf62d073f1
4 changed files with 24 additions and 24 deletions
+6
View File
@@ -21,6 +21,12 @@
#include <daemon.h>
ENUM(ike_version_names, IKE_ANY, IKEV2,
"IKEv1/2",
"IKEv1",
"IKEv2",
);
typedef struct private_ike_cfg_t private_ike_cfg_t;
/**