~peter-pearse/ubuntu/natty/libgcrypt11/prop001

« back to all changes in this revision

Viewing changes to tests/pubkey.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409112241-hzwl3tex8cmr2dkz
Tags: 1.2.4-2
* Upload to unstable.
* Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
* Switch to debhelper v5 mode.
* New upstream version closes filehandles in gcry_rndlinux_gather_random().
  (Closes: #403613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
  gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
245
245
  if (debug)
246
246
    gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u , 0);
 
247
  gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
247
248
 
248
249
  for (; i > 0; i--)
249
250
    check_run ();