diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 6f1fcbb54..1656a402e 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -25,6 +25,7 @@ #include "gpgconf.h" #include "i18n.h" +#include "sysutils.h" /* Constants to identify the commands and options. */ enum cmd_and_opt_values @@ -145,6 +146,7 @@ main (int argc, char **argv) enum cmd_and_opt_values cmd = 0; FILE *outfp = NULL; + gnupg_reopen_std ("gpgconf"); set_strusage (my_strusage); log_set_prefix ("gpgconf", 1); |