mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Adjust reference to modsecurity::utils::string::VALID_HEX
- This function (previously a #define) was previously in the global namespace and was moved into modsecurity::utils::string in commit a6d64bf.
This commit is contained in:
parent
9403cf6f5d
commit
27cc8edbfe
@ -22,6 +22,7 @@
|
||||
#include "src/utils/acmp.h"
|
||||
#include "src/utils/string.h"
|
||||
|
||||
using namespace modsecurity::utils::string;
|
||||
|
||||
static inline std::string parse_pm_content(const std::string &op_parm) {
|
||||
auto offset = op_parm.find_first_not_of(" \t");
|
||||
|
Loading…
x
Reference in New Issue
Block a user