~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to sm/certreqgen-ui.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:
300
300
 
301
301
  goto leave;
302
302
 mem_error:
303
 
  log_error (_("resource problem: out or core\n"));
 
303
  log_error (_("resource problem: out of core\n"));
304
304
 leave:
305
305
  es_fclose (fp);
306
306
  xfree (keytype);