mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Support for JIT option for PCRE2
This commit is contained in:
@@ -45,6 +45,10 @@ struct msc_regex_t {
|
||||
#ifdef WITH_PCRE2
|
||||
pcre2_code *re;
|
||||
pcre2_match_context *match_context;
|
||||
#ifdef WITH_PCRE_JIT
|
||||
int jit_compile_rc;
|
||||
#endif
|
||||
|
||||
#else
|
||||
void *re;
|
||||
void *pe;
|
||||
|
Reference in New Issue
Block a user