Skip to content

Commit 60e70ef

Browse files
committed
bugfix: now we require the SHA1 library in the "config" file.
1 parent 060e9bf commit 60e70ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if [ $ngx_found = yes ]; then
159159
fi
160160

161161
USE_MD5=YES
162+
USE_SHA1=YES
162163

163164
#CFLAGS=$"$CFLAGS -DLUA_DEFAULT_PATH='\"/usr/local/openresty/lualib/?.lua\"'"
164165
#CFLAGS=$"$CFLAGS -DLUA_DEFAULT_CPATH='\"/usr/local/openresty/lualib/?.so\"'"

0 commit comments

Comments
 (0)