diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 98417d7df..5bb506e52 100644 --- a/g10/options.h +++ b/g10/options.h @@ -263,6 +263,9 @@ struct struct akl *next; } *auto_key_locate; + /* The value of --key-origin. See parse_key_origin(). */ + int key_origin; + int passphrase_repeat; int pinentry_mode; |