add osx support

This commit is contained in:
David Rose 2006-09-27 22:09:00 +00:00
parent e07a92eee2
commit 723acb8cc7
2 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,8 @@ else
irix*) PLATFORM=Irix;;
linux*) PLATFORM=Linux;;
cygwin*) PLATFORM=Cygwin;;
*) echo "Cannot determine platform; use --with-platform=name."
darwin*) PLATFORM=OSX;;
*) echo "Cannot determine platform from $host_os; use --with-platform=name."
exit 1;;
esac
fi

View File

@ -23,6 +23,7 @@
*/
#include "md5.h"
#include <string.h>
/* Constants for MD5Transform routine.
*/