Make it possible for the large OID test to fail
authortb <tb@openbsd.org>
Wed, 29 May 2024 16:49:36 +0000 (16:49 +0000)
committertb <tb@openbsd.org>
Wed, 29 May 2024 16:49:36 +0000 (16:49 +0000)
commit06a01064739a22a701fff0ffa54f1c35dd4b1cd7
tree39a60c71eba888abac9d394432e917a3eab25d78
parente23a4dcf9c4d6810dd6a0339b8c7784cad115e90
Make it possible for the large OID test to fail

failed was set to 0 at the top of the function, so failure and success
were indistinguishable. Move failed = 0 to the end so it can actually
fail.
regress/lib/libcrypto/asn1/asn1object.c