mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove PGP6 compliance mode.
* g10/gpg.c: Make --pgp6 an alias for --pgp7. * common/compliance.h (gnupg_compliance_mode): Remove CO_PGP6. * g10/options.h (PGP6): Remove. Adjust all users. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a042799c86
commit
b2c05d6912
10 changed files with 25 additions and 54 deletions
|
@ -1136,7 +1136,7 @@ write_pubkey_enc (ctrl_t ctrl,
|
|||
static int
|
||||
write_pubkey_enc_from_list (ctrl_t ctrl, PK_LIST pk_list, DEK *dek, iobuf_t out)
|
||||
{
|
||||
if (opt.throw_keyids && (PGP6 || PGP7 || PGP8))
|
||||
if (opt.throw_keyids && (PGP7 || PGP8))
|
||||
{
|
||||
log_info(_("option '%s' may not be used in %s mode\n"),
|
||||
"--throw-keyids",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue