diff options
| author | Werner Koch <[email protected]> | 2008-02-19 10:33:35 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-02-19 10:33:35 +0000 |
| commit | f13c5a48fc092d25c6d2fb169ed018473bb24096 (patch) | |
| tree | c8ef206fe4a4357da339a65856f8b35cfe8919a7 /sm/gpgsm.h | |
| parent | We better save the description of PKITS along with the test data. (diff) | |
| download | gnupg-f13c5a48fc092d25c6d2fb169ed018473bb24096.tar.gz gnupg-f13c5a48fc092d25c6d2fb169ed018473bb24096.zip | |
Improve certificate chain construction.
Extend PKITS framework
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 26a191f87..73231671c 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -59,6 +59,7 @@ struct const char *dirmngr_program; int prefer_system_dirmngr; /* Prefer using a system wide drimngr. */ + int disable_dirmngr; /* Do not do any dirmngr calls. */ const char *protect_tool_program; char *outfile; /* name of output file */ |
