OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
465 B

  1. --- gnupg-1.4.6/g10/gpg.c.old 2006-12-03 17:37:45.000000000 +0200
  2. +++ gnupg-1.4.6/g10/gpg.c 2006-12-06 21:58:07.000000000 +0200
  3. @@ -1792,7 +1792,7 @@
  4. opt.cert_digest_algo = 0;
  5. opt.compress_algo = -1; /* defaults to DEFAULT_COMPRESS_ALGO */
  6. opt.s2k_mode = 3; /* iterated+salted */
  7. - opt.s2k_count = 96; /* 65536 iterations */
  8. + opt.s2k_count = 208; /* 8388608 byte count */
  9. #ifdef USE_CAST5
  10. opt.s2k_cipher_algo = CIPHER_ALGO_CAST5;
  11. #else