From b2c05d691247a79fb46f75b653cbc4bf518c1c2a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 29 May 2018 13:01:12 +0200 Subject: 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 --- g10/misc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'g10/misc.c') 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; -- cgit v1.2.3