diff options
| author | Werner Koch <[email protected]> | 2004-04-07 17:59:18 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2004-04-07 17:59:18 +0000 |
| commit | c61c77b1b2d68a91c409ca2a5a91368f4c84d220 (patch) | |
| tree | 7143fea51bddf2532d774198e65b154e2a617b3c /sm/gpgsm.h | |
| parent | (my_dgettext): Switch the codeset once to utf-8. (diff) | |
| download | gnupg-c61c77b1b2d68a91c409ca2a5a91368f4c84d220.tar.gz gnupg-c61c77b1b2d68a91c409ca2a5a91368f4c84d220.zip | |
* gpgsm.c: New option --force-crl-refresh.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr.
Diffstat (limited to 'sm/gpgsm.h')
| -rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 93487f002..d3fbc03ef 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -89,6 +89,7 @@ struct { int ignore_time_conflict; /* Ignore certain time conflicts */ int no_crl_check; /* Don't do a CRL check */ + int force_crl_refresh; /* Force refreshing the CRL. */ int enable_ocsp; /* Default to use OCSP checks. */ char *policy_file; /* full pathname of policy file */ |
