Moved eap/xauth classes out of protocol specific subdirectories
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_peap_t eap_peap_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of eap_method_t using EAP-PEAP.
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct eap_peap_peer_t eap_peap_peer_t;
|
||||
#include "tls_application.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* TLS application data handler as peer.
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct eap_peap_server_t eap_peap_server_t;
|
||||
#include "tls_application.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* TLS application data handler as server.
|
||||
|
||||
Reference in New Issue
Block a user