summaryrefslogtreecommitdiffstats
path: root/mod_nss.h
diff options
context:
space:
mode:
Diffstat (limited to 'mod_nss.h')
-rw-r--r--mod_nss.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod_nss.h b/mod_nss.h
index 5b2171d..bc1ed92 100644
--- a/mod_nss.h
+++ b/mod_nss.h
@@ -484,7 +484,11 @@ int nss_rand_seed(server_rec *s, apr_pool_t *p, ssl_rsctx_t nCtx, char *prefix);
SECStatus nss_Init_Tokens(server_rec *s);
/* Logging */
+#if AP_SERVER_MINORVERSION_NUMBER <= 2
+void nss_log_nss_error(const char *file, int line, int level, server_rec *s);
+#else
void nss_log_nss_error(const char *file, int line, int module_index, int level, server_rec *s);
+#endif
void nss_die(void);
/* NSS callback */