ssl_log_xerror is the only ssl function that takes a 'pool' argument.
Remove the function name regex as already done for 'ap_log_cserror' above.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1864758 13f79535-47bb-0310-9956-
ffa450edef68
expression rv, p, s, cert;
constant char[] fmt !~ "^APLOGNO";
identifier level =~ "^APLOG_(EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|STARTUP|DEBUG)$";
-identifier fn =~ "^ssl_log_(|r|c)xerror$";
@@
- fn( SSLLOG_MARK ,
+ ssl_log_xerror( SSLLOG_MARK ,
(
level
|