diff options
Diffstat (limited to '')
-rw-r--r-- | agent/protect-tool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index 288dbe83b..ddf91e03d 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -1059,9 +1059,8 @@ main (int argc, char **argv ) log_set_prefix ("gpg-protect-tool", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init (); + init_common_subsystems (); if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) ) { |