An internal SHA1 implementation.

This commit is contained in:
Maxim Dounin
2016-06-09 16:55:38 +03:00
parent cb963abf03
commit ab8504b937
4 changed files with 320 additions and 13 deletions

View File

@@ -61,6 +61,7 @@ CORE_SRCS="src/core/nginx.c \
src/core/ngx_crc32.c \
src/core/ngx_murmurhash.c \
src/core/ngx_md5.c \
src/core/ngx_sha1.c \
src/core/ngx_rbtree.c \
src/core/ngx_radix_tree.c \
src/core/ngx_slab.c \