Added possibility to register custom proposal keywords
Keyword lookup and registration are handled via the new lib->proposal object.
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
#include "processing/processor.h"
|
||||
#include "processing/scheduler.h"
|
||||
#include "crypto/crypto_factory.h"
|
||||
#include "crypto/proposal/proposal_keywords.h"
|
||||
#include "fetcher/fetcher_manager.h"
|
||||
#include "database/database_factory.h"
|
||||
#include "credentials/credential_factory.h"
|
||||
@@ -119,6 +120,11 @@ struct library_t {
|
||||
*/
|
||||
printf_hook_t *printf_hook;
|
||||
|
||||
/**
|
||||
* Proposal keywords registry
|
||||
*/
|
||||
proposal_keywords_t *proposal;
|
||||
|
||||
/**
|
||||
* crypto algorithm registry and factory
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user