crl: noout is not an output item

Fixes #15034

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15044)
This commit is contained in:
Tomas Mraz 2021-04-27 11:44:05 +02:00
parent 3b9e47695f
commit 872b7979c7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ int crl_main(int argc, char **argv)
nextupdate = ++num;
break;
case OPT_NOOUT:
noout = ++num;
noout = 1;
break;
case OPT_FINGERPRINT:
fingerprint = ++num;