Robert Connolly wrote:
> I found a copy of shadow-961025. This version of Shadow had its own 
> md5crypt.c, before it was in Glibc. It works, and it is very very similar to 
> md5 from openssl and openssh. I just need to narrow down why openssl's is 
> silently failing.
What about looking into glibc-2.5/crypt/md5-crypt.c::__md5_crypt_r(), 
beginning on line 98 there is quite readable the most important part of 
it and I believe, if you played a while with __md5 => MD5_ you may 
actually get working replacement.
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to