acme-client: simplify op_thumbprint()
authortb <tb@openbsd.org>
Sun, 18 Dec 2022 12:13:11 +0000 (12:13 +0000)
committertb <tb@openbsd.org>
Sun, 18 Dec 2022 12:13:11 +0000 (12:13 +0000)
commitd1e21fa9a646d3f7c9b63aca22bf976c5632dae6
tree97089d21e8209d3446d8741292c736904fe471a7
parent935b6108797cabba3f631149a0fc5e07a2426b2a
acme-client: simplify op_thumbprint()

We can EVP_Digest() into an array on the stack rather than doing a long
dance and song with lots of ugly else if.

ok jsing
usr.sbin/acme-client/acctproc.c