diff options
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/ChangeLog | 4 | ||||
-rw-r--r-- | kbx/kbxutil.c | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/kbx/ChangeLog b/kbx/ChangeLog index 169374d73..4631ffe6a 100644 --- a/kbx/ChangeLog +++ b/kbx/ChangeLog @@ -1,3 +1,7 @@ +2007-06-12 Werner Koch <[email protected]> + + * kbxutil.c (main): Replace some calls by init_common_subsystems. + 2007-06-06 Werner Koch <[email protected]> * kbxutil.c (i18n_init): Remove. diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index ebc69fa61..3919684e5 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -408,7 +408,10 @@ main( int argc, char **argv ) set_strusage( my_strusage ); gcry_control (GCRYCTL_DISABLE_SECMEM); log_set_prefix ("kbxutil", 1); - set_native_charset (NULL); + + /* Make sure that our subsystems are ready. */ + init_common_subsystems (); + i18n_init (); /* Check that the libraries are suitable. Do it here because |