~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to g10/encr-data.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        log_error("key setup failed: %s\n", g10_errstr(rc) );
100
100
        goto leave;
101
101
      
102
 
}
 
102
      }
103
103
    if (!ed->buf) {
104
104
        log_error(_("problem handling encrypted packet\n"));
105
105
        goto leave;