comparison auto/lib/md5/conf @ 4412:d620f497c50f

Copyright updated.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 18 Jan 2012 15:07:43 +0000
parents ec8dfac68f41
children b0a616778038
comparison
equal deleted inserted replaced
4411:e7a7e1a1f695 4412:d620f497c50f
1 1
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 # Copyright (C) Nginx, Inc.
3 4
4 5
5 if [ $MD5 != NONE ]; then 6 if [ $MD5 != NONE ]; then
6 7
7 if grep MD5_Init $MD5/md5.h 2>&1 >/dev/null; then 8 if grep MD5_Init $MD5/md5.h 2>&1 >/dev/null; then