summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--auto/lib/md5/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf
index e081e4953..33f0c37b8 100644
--- a/auto/lib/md5/conf
+++ b/auto/lib/md5/conf
@@ -4,7 +4,7 @@
if [ $MD5 != NONE ]; then
- if grep MD5_Init $MD5/md5.h >/dev/null; then
+ if grep MD5_Init $MD5/md5.h 2>&1 >/dev/null; then
# OpenSSL md5
OPENSSL_MD5=YES
have=NGX_HAVE_OPENSSL_MD5 . auto/have