Move APLOG_USE_MODULE out of modsecurity.h

This commit is contained in:
Erki Aring
2022-11-15 17:31:18 +02:00
parent 3bd5836fef
commit b5130acb45
8 changed files with 27 additions and 4 deletions

View File

@@ -46,6 +46,10 @@
#include <yajl/yajl_version.h>
#endif /* WITH_YAJL */
#ifdef APLOG_USE_MODULE
APLOG_USE_MODULE(security2);
#endif
/* ModSecurity structure */
msc_engine DSOLOCAL *modsecurity = NULL;