We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f470cc commit ea7dddeCopy full SHA for ea7ddde
tests/msc_test.c
@@ -77,6 +77,7 @@ static unsigned char buf[BUFLEN];
77
msc_engine *modsecurity = NULL;
78
unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
79
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
80
+char DSOLOCAL *real_server_signature = NULL;
81
82
/* Stubs */
83
char *format_error_log_message(apr_pool_t *mp, error_message_t *em) {
0 commit comments