diff options
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index b6e9e6398..4421bea62 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -549,7 +549,7 @@ gen_revoke( const char *uname ) goto leave; } - if(opt.pgp2 || opt.pgp6 || opt.pgp7) + if(opt.pgp2 || opt.pgp6 || opt.pgp7 | opt.pgp8) { /* Use a minimal pk for PGPx mode, since PGP can't import bare revocation certificates. */ |