diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 499428e92..b71271da6 100644 --- a/g10/options.h +++ b/g10/options.h @@ -79,6 +79,8 @@ struct const char *def_secret_key; char *def_recipient; int def_recipient_self; + strlist_t secret_keys_to_try; + int def_cert_level; int min_cert_level; int ask_cert_level; |