Mercurial > masqmail-0.2
comparison configure @ 162:52c82d755215
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 22:01:04 +0200 |
parents | 0e7601b8cebf |
children | fa7641eb29c7 |
comparison
equal
deleted
inserted
replaced
161:6655f7708ee1 | 162:52c82d755215 |
---|---|
5195 | 5195 |
5196 if test "x$pop3_enabled" = xyes; then | 5196 if test "x$pop3_enabled" = xyes; then |
5197 | 5197 |
5198 $as_echo "#define ENABLE_POP3 1" >>confdefs.h | 5198 $as_echo "#define ENABLE_POP3 1" >>confdefs.h |
5199 | 5199 |
5200 # MD5_LIBS='md5/libmd5c.a' | |
5201 need_md5='yes' | 5200 need_md5='yes' |
5202 fi | 5201 fi |
5203 | 5202 |
5204 # Check whether --enable-auth was given. | 5203 # Check whether --enable-auth was given. |
5205 if test "${enable_auth+set}" = set; then : | 5204 if test "${enable_auth+set}" = set; then : |
5211 if test "x$auth_enabled" = xyes; then | 5210 if test "x$auth_enabled" = xyes; then |
5212 | 5211 |
5213 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h | 5212 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h |
5214 | 5213 |
5215 BASE64_LIBS='base64/libbase64.a' | 5214 BASE64_LIBS='base64/libbase64.a' |
5216 # MD5_LIBS='md5/libmd5c.a' | |
5217 need_md5='yes' | 5215 need_md5='yes' |
5218 fi | 5216 fi |
5219 | 5217 |
5220 | 5218 |
5221 # Check whether --enable-maildir was given. | 5219 # Check whether --enable-maildir was given. |
5290 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h | 5288 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h |
5291 | 5289 |
5292 MD5_LIBS='-lcrypto' | 5290 MD5_LIBS='-lcrypto' |
5293 fi | 5291 fi |
5294 else | 5292 else |
5295 MD5_LIBS='md5/libmd5c.a' | 5293 MD5_LIBS='md5/libmd5.a' |
5296 fi | 5294 fi |
5297 fi | 5295 fi |
5298 | 5296 |
5299 | 5297 |
5300 IDENT_LIBS='' | 5298 IDENT_LIBS='' |