Today, the build fails while making tools:
--- md2.lo ---
/dist/src/tools/compat/../../lib/libc/hash/md2/md2.c:130:4: error: call to
undeclared function 'MD2Transform'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
MD2Transform(context); /* resets i */
^
/dist/src/tools/compat/../../lib/libc/hash/md2/md2.c:163:1: error: conflicting
types for 'MD2Transform'
MD2Transform(MD2_CTX *context)
^
/dist/src/tools/compat/../../lib/libc/hash/md2/md2.c:130:4: note: previous
implicit declaration is here
MD2Transform(context); /* resets i */
^
2 errors generated.
Kind regards,
Adam