mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -39,7 +39,7 @@ void gnupg_initialize_compliance (int gnupg_module_name);
|
|||
enum gnupg_compliance_mode
|
||||
{
|
||||
CO_GNUPG, CO_RFC4880, CO_RFC2440,
|
||||
CO_PGP6, CO_PGP7, CO_PGP8, CO_DE_VS
|
||||
CO_PGP7, CO_PGP8, CO_DE_VS
|
||||
};
|
||||
|
||||
enum pk_use_case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue