mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds md5 transformation
Replaced the old md5 implementation by the mbetls one.
This commit is contained in:
@@ -10,8 +10,8 @@ libmodsecurity_includesubdir = $(pkgincludedir)/collection/
|
||||
|
||||
|
||||
libmbedtls_la_SOURCES = \
|
||||
utils/mbedtls/base64.c
|
||||
|
||||
utils/mbedtls/base64.c \
|
||||
utils/mbedtls/md5.c
|
||||
|
||||
libmbedtls_la_CFLAGS = -D MBEDTLS_CONFIG_FILE=\"mbed-tls-config.h\" -Iutils
|
||||
libmbedtls_la_CPPFLAGS =
|
||||
|
Reference in New Issue
Block a user