mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 17:31:52 +03:00
Jun 16th update
This commit is contained in:
@@ -18,11 +18,9 @@
|
||||
#include <algorithm>
|
||||
#include "kiss_patterns.h"
|
||||
#include "kiss_thin_nfa_impl.h"
|
||||
#include "sasal.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
SASAL_START // Multiple Pattern Matcher
|
||||
USE_DEBUG_FLAG(D_PM_COMP);
|
||||
USE_DEBUG_FLAG(D_PM_EXEC);
|
||||
USE_DEBUG_FLAG(D_PM);
|
||||
@@ -162,4 +160,3 @@ PMPattern::operator==(const PMPattern &other) const
|
||||
match_start == other.match_start &&
|
||||
match_end == other.match_end;
|
||||
}
|
||||
SASAL_END
|
||||
|
||||
Reference in New Issue
Block a user