acme-client: only warn on PEM_write_ECPrivateKey() failure instead
authortb <tb@openbsd.org>
Tue, 22 Feb 2022 12:36:17 +0000 (12:36 +0000)
committertb <tb@openbsd.org>
Tue, 22 Feb 2022 12:36:17 +0000 (12:36 +0000)
commit99847161a75bd94bdf99fa2ca33bdf6be5cdda7f
treed2ca13d0e0da1b2d5e7d4fc8696c3bad0572471f
parent903b699675d57a7a683cd2149df017f06f993714
acme-client: only warn on PEM_write_ECPrivateKey() failure instead
of everytime ec_create_key() is called.

From wolf at wolfsden dot cz

ok florian
usr.sbin/acme-client/key.c