aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-12-09 08:58:02 +0000
committerWerner Koch <[email protected]>2008-12-09 08:58:02 +0000
commit382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch)
tree514044051e08dcc8906d00ddc89a50053483a25b /sm/gpgsm.c
parentAlign ticker to the full or half second. (diff)
downloadgnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.gz
gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip
Minor fixes.
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 5177d108e..4aa0dc9eb 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -869,6 +869,7 @@ main ( int argc, char **argv)
log_set_prefix ("gpgsm", 1);
/* Make sure that our subsystems are ready. */
+ i18n_init();
init_common_subsystems ();
/* Check that the libraries are suitable. Do it here because the
@@ -888,7 +889,6 @@ main ( int argc, char **argv)
gnupg_init_signals (0, emergency_cleanup);
create_dotlock (NULL); /* register locking cleanup */
- i18n_init();
opt.def_cipher_algoid = "AES"; /*des-EDE3-CBC*/