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:
Tobias Brunner
2010-03-24 18:53:10 +01:00
parent 83218f0d65
commit 567d3f1463
13 changed files with 57 additions and 15 deletions
-6
View File
@@ -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
*/