Move init/reset next to cleanup
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 07:02:28 +0000 (07:02 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 07:02:28 +0000 (07:02 +0000)
commit354be4ad0776835ab3178ad39b67c7a6230bd781
tree609318e20aa95641f6a0c2f187875f2ca6364bb5
parenta9bc317603e57e1047ce6dfd2e59d900b1739e17
Move init/reset next to cleanup

This way new/free aka create/destroy are next to each other. reset/cleanup
are the same thing and init will join the club after some other fixing
because two APIs that do the exact same thing aren't enough.
lib/libcrypto/evp/evp_digest.c