Compatibility with both Apache 2.2 and 2.4.
authorMark Donnelly <mark@painless-security.com>
Fri, 5 Sep 2014 15:40:44 +0000 (11:40 -0400)
committerMark Donnelly <mark@painless-security.com>
Fri, 5 Sep 2014 15:40:44 +0000 (11:40 -0400)
commit29326d6a19f2045521e9d8f3a3be37c3363739eb
treea9d715482eb65d1dbd7c37d09ba6e5396df65eea
parent2f64188ced9c0ad9b31bb12ea8aa453cb35f549f
Compatibility with both Apache 2.2 and 2.4.

The ap_log_rerror function has changed the parameters that it accepts between
Apache 2.2 and 2.4.  The gss_log function wraps around ap_log_rerror, so it
needs to deal with the new parameter that was added.
gss.c
gss.h