CVS commit: src/tests/crypto/libcrypto
"David H. Gutteridge" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.