diff options
author | Werner Koch <[email protected]> | 2018-05-29 11:01:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-05-29 11:01:12 +0000 |
commit | b2c05d691247a79fb46f75b653cbc4bf518c1c2a (patch) | |
tree | 6fcc63be06b9def155c5cf4eee9d4f860f3b541b /g10/misc.c | |
parent | doc: Add a hint about gpgsm and DECRYPTION_INFO. (diff) | |
download | gnupg-b2c05d691247a79fb46f75b653cbc4bf518c1c2a.tar.gz gnupg-b2c05d691247a79fb46f75b653cbc4bf518c1c2a.zip |
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 <[email protected]>
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/misc.c b/g10/misc.c index 1e6df5f67..d7a3ee3f2 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -1387,10 +1387,6 @@ compliance_failure(void) ver="OpenPGP (older)"; break; - case CO_PGP6: - ver="PGP 6.x"; - break; - case CO_PGP7: ver="PGP 7.x"; break; |