Attributes moved from libstrongswan to libhydra.
The attribute_manager_t instance is now located on the new hydra object instead of the lib object.
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
#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"
|
||||
@@ -100,11 +99,6 @@ 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