comparison auto/cc/sunc @ 6603:9eefb38f0005

Internal md5 and sha1 implementations are now always used. This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Jun 2016 18:57:39 +0300
parents 85dea406e18f
children e3faa5fb7772
comparison
equal deleted inserted replaced
6602:bcd442b585f0 6603:9eefb38f0005
143 143
144 if [ ".$PCRE_OPT" = "." ]; then 144 if [ ".$PCRE_OPT" = "." ]; then
145 PCRE_OPT="$ngx_fast $IPO $CPU_OPT" 145 PCRE_OPT="$ngx_fast $IPO $CPU_OPT"
146 fi 146 fi
147 147
148 if [ ".$MD5_OPT" = "." ]; then
149 MD5_OPT="$ngx_fast $IPO $CPU_OPT"
150 fi
151
152 if [ ".$ZLIB_OPT" = "." ]; then 148 if [ ".$ZLIB_OPT" = "." ]; then
153 ZLIB_OPT="$ngx_fast $IPO $CPU_OPT" 149 ZLIB_OPT="$ngx_fast $IPO $CPU_OPT"
154 fi 150 fi
155 151
156 152