~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to kbx/kbxutil.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
static void
134
134
my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr)
135
135
{
 
136
  (void)dummy;
 
137
 
136
138
  /* Map the log levels.  */
137
139
  switch (level)
138
140
    {
417
419
  log_set_prefix ("kbxutil", 1); 
418
420
 
419
421
  /* Make sure that our subsystems are ready.  */
 
422
  i18n_init ();
420
423
  init_common_subsystems ();
421
424
 
422
 
  i18n_init ();
423
 
 
424
425
  /* Check that the libraries are suitable.  Do it here because
425
426
     the option parsing may need services of the library.  */
426
427
  if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )