Use OBJ_cmp() instead of inlining two variants
authortb <tb@openbsd.org>
Thu, 17 Aug 2023 09:18:21 +0000 (09:18 +0000)
committertb <tb@openbsd.org>
Thu, 17 Aug 2023 09:18:21 +0000 (09:18 +0000)
commit8128758ff723d40fd680064451b37b63ca6aaf9c
tree6d84dd2dca638a83bf251d79c3d923e4efdb3325
parentfdad50ce2ddd27d7bdb64a0d58612e99f16830e5
Use OBJ_cmp() instead of inlining two variants

This also avoids more undefined behavior with memcmp().

ok jsing

PS: Unsolicited advice for no one in particular: there is this awesome tool
called grep. If someone reports an issue, you might want to use it to find
more instances.
lib/libcrypto/objects/obj_dat.c