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/revoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/revoke.c') diff --git a/g10/revoke.c b/g10/revoke.c index 3a089725c..b778684b0 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -480,7 +480,7 @@ create_revocation (ctrl_t ctrl, goto leave; } - if (keyblock && (PGP6 || PGP7 || PGP8)) + if (keyblock && (PGP7 || PGP8)) { /* Use a minimal pk for PGPx mode, since PGP can't import bare revocation certificates. */ -- cgit v1.2.3