1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* pkclist.c (expand_groups): Maintain the strlist flags while expanding.

Members of an expansion inherit their flags from the expansion key.

* options.h, cipher.c (write_header), g10.c (main), keygen.c
(keygen_set_std_prefs): remove the personal_mdc flag.  It no longer serves
a purpose now that the personal preference lists are split into
cipher/digest/zip.
This commit is contained in:
David Shaw 2002-06-14 17:42:47 +00:00
parent 08ad6bc159
commit ecc02567a6
6 changed files with 22 additions and 8 deletions

View file

@ -344,8 +344,6 @@ keygen_set_std_prefs (const char *string,int personal)
opt.personal_compress_prefs[i].value = 0;
}
}
opt.personal_mdc = mdc;
}
else
{