an internal MD5 implemenation

patch by Maxim Dounin
This commit is contained in:
Igor Sysoev
2011-04-15 15:58:06 +00:00
parent 9813a1999c
commit b3451785fe
6 changed files with 313 additions and 14 deletions

View File

@@ -51,6 +51,7 @@ esac
case $MD5 in
YES) echo " + md5: using $MD5_LIB library" ;;
NONE) echo " + md5 library is not used" ;;
NO) echo " + using builtin md5 code" ;;
*) echo " + using md5 library: $MD5" ;;
esac