moved attribute_manager to libstrongswan
This commit is contained in:
@@ -34,7 +34,7 @@ typedef struct host_t host_t;
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <library.h>
|
||||
#include <chunk.h>
|
||||
|
||||
/**
|
||||
* Differences between two hosts. They differ in
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <asn1/oid.h>
|
||||
#include <asn1/asn1.h>
|
||||
#include <crypto/hashers/hasher.h>
|
||||
|
||||
ENUM_BEGIN(id_match_names, ID_MATCH_NONE, ID_MATCH_MAX_WILDCARDS,
|
||||
"MATCH_NONE",
|
||||
|
||||
@@ -29,7 +29,8 @@ typedef struct identification_t identification_t;
|
||||
typedef enum id_match_t id_match_t;
|
||||
typedef enum id_part_t id_part_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <chunk.h>
|
||||
#include <utils/enumerator.h>
|
||||
|
||||
/**
|
||||
* Matches returned from identification_t.match
|
||||
|
||||
Reference in New Issue
Block a user