~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to g10/verify.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:
238
238
  armor_filter_context_t *afx = NULL;
239
239
  progress_filter_context_t *pfx = new_progress_context ();
240
240
 
 
241
  (void)ctrl;
 
242
  (void)out_fp;
 
243
 
241
244
  fp = iobuf_fdopen (sig_fd, "rb");
242
245
  if (fp && is_secured_file (sig_fd))
243
246
    {