diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index b4f7ebe5c..efa98dee5 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -79,6 +79,8 @@ struct { char *policy_file; /* full pathname of policy file */ int no_policy_check; /* ignore certificate policies */ int no_path_validation; /* Bypass all cert path validity tests */ + + int auto_issuer_key_retrieve; /* try to retrieve a missing issuer key. */ } opt; |