mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fixed minor behavior on the trasnformations and added sha1-mbedtls
This commit is contained in:
@@ -11,7 +11,8 @@ libmodsecurity_includesubdir = $(pkgincludedir)/collection/
|
||||
|
||||
libmbedtls_la_SOURCES = \
|
||||
utils/mbedtls/base64.c \
|
||||
utils/mbedtls/md5.c
|
||||
utils/mbedtls/md5.c \
|
||||
utils/mbedtls/sha1.c
|
||||
|
||||
libmbedtls_la_CFLAGS = -D MBEDTLS_CONFIG_FILE=\"mbed-tls-config.h\" -Iutils
|
||||
libmbedtls_la_CPPFLAGS =
|
||||
|
Reference in New Issue
Block a user