mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
an internal MD5 implemenation
patch by Maxim Dounin
This commit is contained in:
@@ -51,6 +51,7 @@ esac
|
||||
case $MD5 in
|
||||
YES) echo " + md5: using $MD5_LIB library" ;;
|
||||
NONE) echo " + md5 library is not used" ;;
|
||||
NO) echo " + using builtin md5 code" ;;
|
||||
*) echo " + using md5 library: $MD5" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user