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:
Eduardo Arias 2024-08-28 10:13:12 -03:00
parent 9403cf6f5d
commit 27cc8edbfe

View File

@ -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");