CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/18 05:13:11
Modified files: usr.sbin/acme-client: acctproc.c Log message: 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