comparison configure @ 209:10da50168dab

replaced the MD5 implementation with the one of Solar Designer Until now, the sample code of RFC 1321 was used. It had an ugly license. Now we use the implementation of Solar Designer, which is in the Public Domain. http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
author meillo@marmaro.de
date Sun, 18 Jul 2010 21:58:15 +0200
parents 4fd237550525
children 5eb5a92f3247
comparison
equal deleted inserted replaced
208:3708b655a371 209:10da50168dab
5157 if test "x$auth_enabled" = xyes; then 5157 if test "x$auth_enabled" = xyes; then
5158 5158
5159 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h 5159 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h
5160 5160
5161 BASE64_LIBS='base64/libbase64.a' 5161 BASE64_LIBS='base64/libbase64.a'
5162 # MD5_LIBS='md5/libmd5c.a'
5163 need_md5='yes' 5162 need_md5='yes'
5164 fi 5163 fi
5165 5164
5166 5165
5167 5166
5223 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h 5222 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h
5224 5223
5225 MD5_LIBS='-lcrypto' 5224 MD5_LIBS='-lcrypto'
5226 fi 5225 fi
5227 else 5226 else
5228 MD5_LIBS='md5/libmd5c.a' 5227 MD5_LIBS='md5/libmd5.a'
5229 fi 5228 fi
5230 fi 5229 fi
5231 5230
5232 5231
5233 IDENT_LIBS='' 5232 IDENT_LIBS=''