Separated libcharon/sa directory with ikev1 and ikev2 subfolders

This commit is contained in:
Martin Willi
2012-03-20 17:31:26 +01:00
parent 2e3c9f8799
commit 15a682f4c2
127 changed files with 206 additions and 212 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
typedef struct eap_ttls_t eap_ttls_t;
#include <sa/authenticators/eap/eap_method.h>
#include <sa/ikev2/authenticators/eap/eap_method.h>
/**
* Implementation of eap_method_t using EAP-TTLS.
@@ -19,7 +19,7 @@
#include <debug.h>
#include <daemon.h>
#include <sa/authenticators/eap/eap_method.h>
#include <sa/ikev2/authenticators/eap/eap_method.h>
typedef struct private_eap_ttls_peer_t private_eap_ttls_peer_t;
@@ -19,7 +19,7 @@
#include <debug.h>
#include <daemon.h>
#include <sa/authenticators/eap/eap_method.h>
#include <sa/ikev2/authenticators/eap/eap_method.h>
typedef struct private_eap_ttls_server_t private_eap_ttls_server_t;