diff options
author | Werner Koch <[email protected]> | 2007-06-14 17:05:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-14 17:05:07 +0000 |
commit | 0cfbfd6186c7b28a355069ebb89b9739908318c6 (patch) | |
tree | a1e2990f266ca151fc47f06d41f40bca743eea76 /kbx/kbxutil.c | |
parent | Syntax fix - should build now - however not tested. (diff) | |
download | gnupg-0cfbfd6186c7b28a355069ebb89b9739908318c6.tar.gz gnupg-0cfbfd6186c7b28a355069ebb89b9739908318c6.zip |
A whole bunch of changes to allow building for Windows.
See the ChangeLogs for details.
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 |