~ubuntu-branches/ubuntu/feisty/gnupg2/feisty

« back to all changes in this revision

Viewing changes to g10/cipher.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-24 18:48:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061124184823-17ir9m46tl09n9k4
Tags: 2.0.0-4ubuntu1
* Synchronize to Debian, reapply remaining Ubuntu changes to pristine Debian
  version:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
            byte temp[22];
143
143
 
144
144
            assert( hashlen == 20 );
145
 
            /* we must hash the prefix of the MDC packet here */
 
145
            /* We must hash the prefix of the MDC packet here. */
146
146
            temp[0] = 0xd3;
147
147
            temp[1] = 0x14;
148
148
            gcry_md_putc (cfx->mdc_hash, temp[0]);