diff options
Diffstat (limited to 'p11-kit/conf.h')
-rw-r--r-- | p11-kit/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/conf.h b/p11-kit/conf.h index 8d1f4cf..0627f14 100644 --- a/p11-kit/conf.h +++ b/p11-kit/conf.h @@ -40,6 +40,7 @@ enum { CONF_IGNORE_MISSING = 0x01, + CONF_IGNORE_ACCESS_DENIED = 0x02, }; enum { |