Moved eap/xauth classes out of protocol specific subdirectories

This commit is contained in:
Martin Willi
2012-03-20 17:31:27 +01:00
parent 3b08de850a
commit 326a94232d
29 changed files with 27 additions and 27 deletions
@@ -21,7 +21,7 @@
#ifndef EAP_MANAGER_H_
#define EAP_MANAGER_H_
#include <sa/ikev2/authenticators/eap/eap_method.h>
#include <sa/eap/eap_method.h>
typedef struct eap_manager_t eap_manager_t;
@@ -17,7 +17,7 @@
#include <daemon.h>
#include <sa/ikev2/keymat_v2.h>
#include <sa/ikev2/authenticators/eap/eap_method.h>
#include <sa/eap/eap_method.h>
#include <encoding/payloads/auth_payload.h>
#include <encoding/payloads/eap_payload.h>
@@ -21,7 +21,7 @@
#ifndef XAUTH_MANAGER_H_
#define XAUTH_MANAGER_H_
#include <sa/ikev1/authenticators/xauth/xauth_method.h>
#include <sa/xauth/xauth_method.h>
typedef struct xauth_manager_t xauth_manager_t;