Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/cc/gcc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-06-30 18:57:39 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-06-30 18:57:39 +0300
commitc60b61a290960c1411d4da34d7f9265a43fd831b (patch)
treea9b68ca1d34e2c2399adc243f9b8274f718d1694 /auto/cc/gcc
parentfb6c764921dff3322b33ed2f5169b4c23f84bd9c (diff)
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.
Diffstat (limited to 'auto/cc/gcc')
-rw-r--r--auto/cc/gcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc
index 5f93ca392..a5c5c18fb 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -128,12 +128,6 @@ else
PCRE_OPT="$PCRE_OPT $PIPE"
fi
-if [ ".$MD5_OPT" = "." ]; then
- MD5_OPT="-O2 -fomit-frame-pointer $PIPE $CPU_OPT"
-else
- MD5_OPT="$MD5_OPT $PIPE"
-fi
-
if [ ".$ZLIB_OPT" = "." ]; then
ZLIB_OPT="-O2 -fomit-frame-pointer $PIPE $CPU_OPT"
else