Hi Matteo, > I've checked out latest gnulib, and after double checking that commit > 761523ddea70f0456b556c09868910686751fff5 was there I ran this:
Please take commit 55efbb1178e045d52b0f52a2160f3d943c4f8a2c plus the patch from https://lists.gnu.org/archive/html/bug-gnulib/2018-05/msg00035.html. Then follow these instructions: $ ./gnulib-tool --create-testdir --dir=testdir --single-configure --symlink crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 $ cd testdir $ mkdir without; (cd without; ../configure CPPFLAGS=-Wall CFLAGS=-O2 --without-linux-crypto; make && make check) $ mkdir with; (cd with; ../configure CPPFLAGS=-Wall CFLAGS=-O2 --with-linux-crypto; make && make check) Bruno