Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545020 | Differences between
and this patch

Collapse All | Expand All

(-)gnupg-2.0.27.orig/g10/keygen.c (-1 / +1 lines)
Lines 1798-1804 ask_algo (int addmode, int *r_subkey_alg Link Here
1798
static unsigned
1798
static unsigned
1799
ask_keysize (int algo, unsigned int primary_keysize)
1799
ask_keysize (int algo, unsigned int primary_keysize)
1800
{
1800
{
1801
  unsigned int nbits, min, def = DEFAULT_STD_KEYSIZE, max=4096;
1801
  unsigned int nbits, min, def = DEFAULT_STD_KEYSIZE, max = (opt.flags.large_rsa ? 8192 : 4096);
1802
  int for_subkey = !!primary_keysize;
1802
  int for_subkey = !!primary_keysize;
1803
  int autocomp = 0;
1803
  int autocomp = 0;
1804
1804

Return to bug 545020