CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/21 20:23:41
Modified files:
regress/lib/libcrypto/test: test.h
Log message:
Fix test_errorf macro expanding to two lines
This caused test_fail to always be called when used in certain conditions,
and wrapping with do {} while (0) fixes this.
