mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor fixes.
This commit is contained in:
parent
78ff45c49e
commit
382d2f8efb
23 changed files with 106 additions and 54 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.c (main): Call i18n_init before init_common_subsystems.
|
||||
|
||||
2008-12-05 Werner Koch <wk@g10code.com>
|
||||
|
||||
* certreqgen.c (create_request): Provide a custom prompt for the
|
||||
|
|
|
@ -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*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue