CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/04 06:07:02
Modified files:
regress/lib/libcrypto/asn1: asn1basic.c
Log message:
Fix asn1_integer_null_data_test()
The failed variable was erroneously initialized to 0, making this test
always pass.
>From Christian Andersen, thanks!
