~ubuntu-branches/ubuntu/vivid/gnupg2/vivid-proposed

« back to all changes in this revision

Viewing changes to g10/encr-data.c

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 18:27:04 UTC
  • mfrom: (18.1.2 ubuntu)
  • Revision ID: package-import@ubuntu.com-20130524182704-d9uwh9lrj91elnm6
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
      if (gcry_md_open (&dfx->mdc_hash, ed->mdc_method, 0 ))
120
120
        BUG ();
121
121
      if ( DBG_HASHING )
122
 
        gcry_md_start_debug (dfx->mdc_hash, "checkmdc");
 
122
        gcry_md_debug (dfx->mdc_hash, "checkmdc");
123
123
    }
124
124
 
125
125
  rc = openpgp_cipher_open (&dfx->cipher_hd, dek->algo,