CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/29 10:49:36
Modified files:
regress/lib/libcrypto/asn1: asn1object.c
Log message:
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.
