mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Refactoring on `utils.cc' and adjacents
Completely removed the `utils.cc' by moving residual functions into sub-classes of `utils/'
This commit is contained in:
@@ -213,11 +213,13 @@ OPERATORS = \
|
||||
UTILS = \
|
||||
utils/acmp.cc \
|
||||
utils/base64.cc \
|
||||
utils/decode.cc \
|
||||
utils/geo_lookup.cc \
|
||||
utils/https_client.cc \
|
||||
utils/ip_tree.cc \
|
||||
utils/md5.cc \
|
||||
utils/msc_tree.cc \
|
||||
utils/random.cc \
|
||||
utils/regex.cc \
|
||||
utils/sha1.cc \
|
||||
utils/msc_string.cc \
|
||||
@@ -247,7 +249,6 @@ libmodsecurity_la_SOURCES = \
|
||||
audit_log/writer/parallel.cc \
|
||||
modsecurity.cc \
|
||||
rules.cc \
|
||||
utils.cc \
|
||||
debug_log.cc \
|
||||
debug_log_writer.cc \
|
||||
macro_expansion.cc \
|
||||
|
Reference in New Issue
Block a user