On Wed, Jan 22, 2020 at 7:48 AM Herbert Xu [off-list ref] wrote:
Jason A. Donenfeld [off-list ref] wrote:
quoted
The library code uses CRYPTO_MANAGER_DISABLE_TESTS to conditionalize its
tests, but the library code can also exist without CRYPTO_MANAGER. That
means on minimal configs, the test code winds up being built with no way
to disable it.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
I think we still want to keep the extra tests option within the
if block unless you have plans on using that option in the lib
code as well?
I think this would be useful for the library code as well.