~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to sm/certreqgen.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-09-07 20:38:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907203823-d7hsk7lnfqoc4yom
Tags: 2.0.13-1
* New upstream release.
* debian/control: Depend instead of Recommend gnupg-agent. (Closes:
  #538947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
          if (!n)
770
770
            {
771
771
              log_error ("libksba did not return a proper S-Exp\n");
772
 
              err = gpg_error (GPG_ERR_BUG);
 
772
              rc = gpg_error (GPG_ERR_BUG);
773
773
              goto leave;
774
774
            }
775
775
          rc = gcry_sexp_sscan (&s_pkey, NULL, (const char*)public, n);