Switch a couple of test from ucmp to cmp
authortb <tb@openbsd.org>
Mon, 3 Jul 2023 10:19:52 +0000 (10:19 +0000)
committertb <tb@openbsd.org>
Mon, 3 Jul 2023 10:19:52 +0000 (10:19 +0000)
commita40eee643d35573446fe0f2254d6357a0f5df3d0
treecd91f6890712e5624f776446763e6a01fb691d2b
parent4cb16a19a02f49f6a44c17293d80ca1a07c75eae
Switch a couple of test from ucmp to cmp

This is confusing, as both sides involved should be unsigned. The ec
code is undecided on whether the group order can be negative. It should
never be, so lets see what happen with this slightly stricter check.

discussed with jsing
lib/libcrypto/ecdsa/ecs_ossl.c