diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-18 12:22:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-18 12:22:31 +0000 |
commit | d04ce6f603a1cf446957e2ab2bd0068a8f4bb81e (patch) | |
tree | bc04f9be69e90a62caf3e2832d8222f13f0c6ecf /usr.sbin/zdump/zdump.c | |
parent | 9067decbea33e1dac7038ebe1714641de9e6a21f (diff) |
acme-client: switch op_sign() to EVP_DigestSign()
EVP_DigestSign() is a bit more ergonomic than the old EVP_Sign* family,
it takes size_t instead of int and and it also allows allocating the
memory needed instead of relying on some weird estimate. This again gets
rid of a few stupid else if.
ok jsing
Diffstat (limited to 'usr.sbin/zdump/zdump.c')
0 files changed, 0 insertions, 0 deletions