~ubuntu-branches/ubuntu/hardy/gnupg2/hardy

« back to all changes in this revision

Viewing changes to g10/getkey.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2179
2179
          {
2180
2180
            PKT_signature *backsig=xmalloc_clear(sizeof(PKT_signature));
2181
2181
            IOBUF backsig_buf=iobuf_temp_with_content(p,n);
 
2182
            int save_mode=set_packet_list_mode(0);
2182
2183
 
2183
2184
            if(parse_signature(backsig_buf,PKT_SIGNATURE,n,backsig)==0)
2184
2185
              {
2188
2189
                  subpk->backsig=1;
2189
2190
              }
2190
2191
 
 
2192
            set_packet_list_mode(save_mode);
 
2193
 
2191
2194
            iobuf_close(backsig_buf);
2192
2195
            free_seckey_enc(backsig);
2193
2196
          }