moved attribute_manager to libstrongswan
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
#include <plugins/plugin_loader.h>
|
||||
#include <crypto/crypto_factory.h>
|
||||
#include <fetcher/fetcher_manager.h>
|
||||
#include <attributes/attribute_manager.h>
|
||||
#include <database/database_factory.h>
|
||||
#include <credentials/credential_factory.h>
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
@@ -96,6 +97,11 @@ struct library_t {
|
||||
*/
|
||||
fetcher_manager_t *fetcher;
|
||||
|
||||
/**
|
||||
* manager for payload attributes
|
||||
*/
|
||||
attribute_manager_t *attributes;
|
||||
|
||||
/**
|
||||
* database construction factory
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user