moved attribute_manager to libstrongswan

This commit is contained in:
Andreas Steffen
2009-10-13 13:46:27 +02:00
parent a2b50c5d60
commit 930443afff
31 changed files with 181 additions and 125 deletions
+6
View File
@@ -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
*/