mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix a few things to provide an easy interface for script bindings
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "modsecurity/modsecurity.h"
|
||||
#include "src/rule.h"
|
||||
#include "modsecurity/rule.h"
|
||||
#include "src/config.h"
|
||||
#include "src/unique_id.h"
|
||||
#ifdef MSC_WITH_CURL
|
||||
@@ -76,7 +76,7 @@ ModSecurity::~ModSecurity() {
|
||||
* update it, make it in a fashion that won't break the existent parsers.
|
||||
* (e.g. adding extra information _only_ to the end of the string)
|
||||
*/
|
||||
std::string ModSecurity::whoAmI() {
|
||||
const std::string ModSecurity::whoAmI() {
|
||||
std::string platform("Unknown platform");
|
||||
|
||||
#if AIX
|
||||
|
Reference in New Issue
Block a user