Hi Herbert, Can we get this in as a fix for 5.6 please? This is definitely a small and trivial bug that's easily fixed here. Jason On Wed, Jan 22, 2020 at 11:18 AM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote: > > On Wed, Jan 22, 2020 at 7:48 AM Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > > > Jason A. Donenfeld <Jason@xxxxxxxxx> wrote: > > > 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@xxxxxxxxx> > > > > 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.