Separated libcharon/sa directory with ikev1 and ikev2 subfolders
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <library.h>
|
||||
#include <daemon.h>
|
||||
#include <sa/keymat_v1.h>
|
||||
#include <sa/ikev1/keymat_v1.h>
|
||||
#include <encoding/generator.h>
|
||||
#include <encoding/parser.h>
|
||||
#include <encoding/payloads/encodings.h>
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct auth_payload_t auth_payload_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <encoding/payloads/payload.h>
|
||||
#include <sa/authenticators/authenticator.h>
|
||||
#include <sa/authenticator.h>
|
||||
|
||||
/**
|
||||
* Class representing an IKEv2 AUTH payload.
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "eap_payload.h"
|
||||
|
||||
#include <daemon.h>
|
||||
#include <eap/eap.h>
|
||||
|
||||
typedef struct private_eap_payload_t private_eap_payload_t;
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
typedef struct eap_payload_t eap_payload_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <eap/eap.h>
|
||||
#include <encoding/payloads/payload.h>
|
||||
#include <sa/authenticators/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Class representing an IKEv2 EAP payload.
|
||||
|
||||
@@ -30,7 +30,7 @@ typedef struct proposal_substructure_t proposal_substructure_t;
|
||||
#include <config/proposal.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <kernel/kernel_ipsec.h>
|
||||
#include <sa/authenticators/authenticator.h>
|
||||
#include <sa/authenticator.h>
|
||||
|
||||
/**
|
||||
* Class representing an IKEv1/IKEv2 proposal substructure.
|
||||
|
||||
@@ -29,7 +29,7 @@ typedef struct sa_payload_t sa_payload_t;
|
||||
#include <encoding/payloads/proposal_substructure.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <kernel/kernel_ipsec.h>
|
||||
#include <sa/authenticators/authenticator.h>
|
||||
#include <sa/authenticator.h>
|
||||
|
||||
/**
|
||||
* Class representing an IKEv1 or IKEv2 SA Payload.
|
||||
|
||||
Reference in New Issue
Block a user