comparison auto/lib/md5/conf @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents e885208c518b
children 6468241715e6
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
1 1
2 if [ $MD5 != NO ]; then 2 if [ $MD5 != NONE ]; then
3 3
4 if grep MD5_Init $MD5/md5.h >/dev/null; then 4 if grep MD5_Init $MD5/md5.h >/dev/null; then
5 # OpenSSL md5 5 # OpenSSL md5
6 OPENSSL_MD5=YES 6 OPENSSL_MD5=YES
7 have=HAVE_OPENSSL_MD5 . auto/have 7 have=HAVE_OPENSSL_MD5 . auto/have
22 22
23 else 23 else
24 24
25 ngx_lib_inc="#include <sys/types.h> 25 ngx_lib_inc="#include <sys/types.h>
26 #include <md5.h>" 26 #include <md5.h>"
27
28 MD5=NO
27 29
28 # Solaris 8/9 30 # Solaris 8/9
29 ngx_lib="rsaref md5" 31 ngx_lib="rsaref md5"
30 ngx_lib_test="MD5_CTX md5; MD5Init(&md5)" 32 ngx_lib_test="MD5_CTX md5; MD5Init(&md5)"
31 ngx_libs=-lmd5 33 ngx_libs=-lmd5