Re: [PATCH] Move warnx into correct place

2022-02-22 Thread Theo Buehler
On Sun, Feb 20, 2022 at 03:10:16PM +0100, Wolf wrote: > Original location caused the line to be printed every time for ec keys. > I suspect copy error from rsa_key_create. Committed, thanks!

[PATCH] Move warnx into correct place

2022-02-20 Thread Wolf
Original location caused the line to be printed every time for ec keys. I suspect copy error from rsa_key_create. --- usr.sbin/acme-client/key.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/acme-client/key.c b/usr.sbin/acme-client/key.c index