~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tools/gpg-check-pattern.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:
168
168
  log_set_prefix ("gpg-check-pattern", 1); 
169
169
 
170
170
  /* Make sure that our subsystems are ready.  */
 
171
  i18n_init ();
171
172
  init_common_subsystems ();
172
173
 
173
 
  i18n_init ();
174
 
 
175
174
  /* We need Libgcrypt for hashing.  */
176
175
  if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
177
176
    {