mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix regression tests for fuzzyHash
This commit is contained in:
@@ -432,6 +432,9 @@ int main(int argc, char **argv) {
|
||||
#ifdef WITH_CURL
|
||||
resources.push_back("curl");
|
||||
#endif
|
||||
#ifdef WITH_SSDEEP
|
||||
resources.push_back("ssdeep");
|
||||
#endif
|
||||
|
||||
#ifdef NO_LOGS
|
||||
std::cout << "Test utility cannot work without logging support." \
|
||||
|
Reference in New Issue
Block a user