Add md5.[ch] for when we are configured without OpenSSL.
authorLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 13:11:32 +0000 (14:11 +0100)
committerLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 13:11:32 +0000 (14:11 +0100)
commit1836d5238f3d7fddd1dda7aa68dc56f39ff073a4
tree54105b01b0d26dca07b0fd1be9dd28dbbb82dd47
parent95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4
Add md5.[ch] for when we are configured without OpenSSL.

This is Solar Designers implementation from
http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 .

RS_MD5Transform goes away since it's not in md5.h. It's not used in
lib/radius/.

Might want to move this into lib/radius/ if we end up not using it in
lib/.
lib/Makefile.am
lib/md5.c [new file with mode: 0644]
lib/md5.h [new file with mode: 0644]
lib/radius/client.h