Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/crypto/libcrypto



Module Name:    src
Committed By:   gutteridge
Date:           Thu Apr 30 23:06:07 UTC 2026

Modified Files:
        src/tests/crypto/libcrypto: t_sha512trunc.c

Log Message:
t_sha512trunc.c: fix test case iteration

The code in check() was repeatedly running the first element of the array
of test cases, rather than iterating. (Noted by human-powered code
inspection while preparing another commit that will follow shortly.)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/libcrypto/t_sha512trunc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index