diff options
author | Justus Winter <justus@g10code.com> | 2015-11-23 11:44:50 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2015-11-23 13:41:15 +0100 |
commit | a9e0b1dd6c106e243e3fbbaa1838b56a1f1c8584 (patch) | |
tree | 6aa35c0f31d772939580716a647c222dc2be2759 /common/asshelp.h | |
parent | gpg: If sqlite is not available, don't build things depending on it. (diff) | |
download | gnupg2-a9e0b1dd6c106e243e3fbbaa1838b56a1f1c8584.tar.xz gnupg2-a9e0b1dd6c106e243e3fbbaa1838b56a1f1c8584.zip |
dirmngr: Start dirmngr on demand.
* common/asshelp.h: Include 'util.h'.
* dirmngr/dirmngr-client.c (main): Use 'start_new_dirmngr' to connect
to the dirmngr.
(start_dirmngr): Drop now unused declaration and function.
--
Signed-off-by: Justus Winter <justus@g10code.com>
GnuPG-bug-id: 1843
Diffstat (limited to 'common/asshelp.h')
-rw-r--r-- | common/asshelp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/asshelp.h b/common/asshelp.h index 6a52172f5..35d211501 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -34,6 +34,7 @@ #include <gpg-error.h> #include "session-env.h" +#include "util.h" /*-- asshelp.c --*/ |