Clean up X509_ALGOR_cmp()
authortb <tb@openbsd.org>
Wed, 11 Oct 2023 12:51:07 +0000 (12:51 +0000)
committertb <tb@openbsd.org>
Wed, 11 Oct 2023 12:51:07 +0000 (12:51 +0000)
commit5d8d1391aa8a260dbdd6cd7c0598418cbb4e5923
tree6636559e1fa6b671b746c159b7764f497c63ad11
parent414d371c90d03157e1bac395799cea212cc2d512
Clean up X509_ALGOR_cmp()

This is currently written in what is likely the most stupid way possible.
Rewrite this function in a more straightforward way.

ok jsing
lib/libcrypto/asn1/x_algor.c