diff options
Diffstat (limited to 'src/libstrongswan/library.h')
-rw-r--r-- | src/libstrongswan/library.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libstrongswan/library.h b/src/libstrongswan/library.h index 0e086c08f..c4c6d80d2 100644 --- a/src/libstrongswan/library.h +++ b/src/libstrongswan/library.h @@ -75,47 +75,47 @@ struct library_t { * Printf hook registering facility */ printf_hook_t *printf_hook; - + /** * crypto algorithm registry and factory */ crypto_factory_t *crypto; - + /** * credential constructor registry and factory */ credential_factory_t *creds; - + /** * key encoding registry and factory */ key_encoding_t *encoding; - + /** * URL fetching facility */ fetcher_manager_t *fetcher; - + /** * database construction factory */ database_factory_t *db; - + /** * plugin loading facility */ plugin_loader_t *plugins; - + /** * various settings loaded from settings file */ settings_t *settings; - + /** * integrity checker to verify code integrity */ integrity_checker_t *integrity; - + /** * is leak detective running? */ |