CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/07 16:28:21
Modified files:
regress/lib/libcrypto/bn: bn_test.c
Log message:
bn_test: keep the error stack clean
Make message() print and clear the error stack. This way we can know
what test errored. To make this work also clear the error stack after
a handful of xfail tests.
