> Try this ok tb
>
> Index: revokeproc.c
> ===================================================================
> RCS file: /home/cvs/src/usr.sbin/acme-client/revokeproc.c,v
> retrieving revision 1.19
> diff -u -p -r1.19 revokeproc.c
> --- revokeproc.c 22 Nov 2021 08:26:08 -0000 1.19
> +++ revokeproc.c 14 Dec 2022 14:16:46 -0000
> @@ -239,6 +239,7 @@ revokeproc(int fd, const char *certfile,
> goto out;
> }
> force = 2;
> + continue;
> }
> if (found[j]++) {
> if (revocate) {
>
