If you add the `--debug` argument to your configure command and rebuild OpenSSL,
you will get a library with debug information and without optimization.
https://github.com/openssl/openssl/blob/master/INSTALL.md#build-type
HTH,
Matthias
From: openssl-users On Behalf Of Ma Zhenhua
Sent: Saturday
The README file in the test directory contains some hints how to troubleshoot
test failures.
Look which test is failing and rerun it in verbose mode:
make tests V=1 TESTS=testname
https://github.com/openssl/openssl/blob/master/test/README.md#test-failures
Hope that helps,
Matthias
From: