diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 3ecf57ffb..9015e321f 100644 --- a/g10/options.h +++ b/g10/options.h @@ -235,6 +235,10 @@ struct value. */ int limit_card_insert_tries; + /* The list of --assert-signer option values. Note: The values are + * modify to be uppercase if they represent a fingerrint */ + strlist_t assert_signer_list; + struct { /* If set, require an 0x19 backsig to be present on signatures |