diff options
Diffstat (limited to 'p11-kit/private.h')
-rw-r--r-- | p11-kit/private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/p11-kit/private.h b/p11-kit/private.h index b363b17..4ef63ea 100644 --- a/p11-kit/private.h +++ b/p11-kit/private.h @@ -45,6 +45,11 @@ extern const char *p11_config_package_modules; extern const char *p11_config_system_modules; extern const char *p11_config_user_modules; +/* These are flags used only internally */ +enum { + P11_KIT_MODULE_LOADED_FROM_PROXY = 1 << 16 +}; + CK_RV _p11_load_config_files_unlocked (const char *system_conf, const char *user_conf, int *user_mode); |