diff options
Diffstat (limited to 'trust/enumerate.h')
-rw-r--r-- | trust/enumerate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trust/enumerate.h b/trust/enumerate.h index 8b1e7e4..d49bf16 100644 --- a/trust/enumerate.h +++ b/trust/enumerate.h @@ -61,6 +61,9 @@ typedef struct { int num_filters; int flags; + p11_dict *blacklist_issuer_serial; + p11_dict *blacklist_public_key; + /* * Stuff below is parsed info for the current iteration. * Currently this information is generally all relevant |