mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
More chnages to use estream. Add a way to replace the standard
descriptors.
This commit is contained in:
parent
0f4eefb094
commit
e64038608b
33 changed files with 241 additions and 78 deletions
|
@ -169,7 +169,7 @@ main (int argc, char **argv )
|
|||
|
||||
/* Make sure that our subsystems are ready. */
|
||||
i18n_init ();
|
||||
init_common_subsystems ();
|
||||
init_common_subsystems (&argc, &argv);
|
||||
|
||||
/* We need Libgcrypt for hashing. */
|
||||
if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
|
||||
|
|
|
@ -1158,7 +1158,7 @@ main (int argc, char **argv)
|
|||
|
||||
/* Make sure that our subsystems are ready. */
|
||||
i18n_init();
|
||||
init_common_subsystems ();
|
||||
init_common_subsystems (&argc, &argv);
|
||||
|
||||
assuan_set_gpg_err_source (0);
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@ main (int argc, char **argv)
|
|||
|
||||
/* Make sure that our subsystems are ready. */
|
||||
i18n_init();
|
||||
init_common_subsystems ();
|
||||
init_common_subsystems (&argc, &argv);
|
||||
|
||||
/* Parse the command line. */
|
||||
pargs.argc = &argc;
|
||||
|
|
|
@ -884,7 +884,7 @@ main (int argc, char **argv)
|
|||
|
||||
/* Make sure that our subsystems are ready. */
|
||||
i18n_init();
|
||||
init_common_subsystems ();
|
||||
init_common_subsystems (&argc, &argv);
|
||||
|
||||
opt.homedir = default_homedir ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue