~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to g10/pubkey-enc.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
            log_info(_("cipher algorithm %d%s is unknown or disabled\n"),
247
247
                     dek->algo, dek->algo == CIPHER_ALGO_IDEA? " (IDEA)":"");
248
248
            if(dek->algo==CIPHER_ALGO_IDEA)
249
 
              idea_cipher_warn(0);
 
249
              idea_cipher_warn (0);
250
250
        }
251
251
        dek->algo = 0;
252
252
        goto leave;