Is there a method to properly enable MD5 passwords in linux? slackware
3.4 with shadow, libc.5.4.44,
gcc2.7.3.3 with autoconf/automake.
I did ./configure --with-md5crypt with no success
It looks as if the src/Makefile does not make or include md5.c
md5crypt.c so I added those and
it *seems* to work fine.