mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user