summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorNokis Mavrogiannopoulos <nmav@gnutls.org>2008-10-19 07:13:58 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2008-10-19 07:13:58 (GMT)
commit624b7f4377a617262515ba1f510332e4510dd452 (patch)
tree0dbe0c35393d311f872aec594f5257167f51a135
parenta1aa7bbee557cfb032142194c21909f8e343f53a (diff)
modified definition to extern to avoid compilation errors in darwin.
-rw-r--r--NEWS5
-rw-r--r--include/mod_gnutls.h.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c77084d..0685668 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
1** Verison 0.5.4 (unreleased)
2
3- mod_gnutls.h: modified definition to extern to avoid compilation
4 errors in darwin.
5
1** Version 0.5.3 (2008-10-16) 6** Version 0.5.3 (2008-10-16)
2 7
3- Corrected bug to allow having an OpenPGP-only web site. 8- Corrected bug to allow having an OpenPGP-only web site.
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in
index db7e7dd..9af95a0 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -38,7 +38,7 @@
38 38
39#define HAVE_APR_MEMCACHE @have_apr_memcache@ 39#define HAVE_APR_MEMCACHE @have_apr_memcache@
40 40
41module AP_MODULE_DECLARE_DATA gnutls_module; 41extern module AP_MODULE_DECLARE_DATA gnutls_module;
42 42
43#define GNUTLS_OUTPUT_FILTER_NAME "gnutls_output_filter" 43#define GNUTLS_OUTPUT_FILTER_NAME "gnutls_output_filter"
44#define GNUTLS_INPUT_FILTER_NAME "gnutls_input_filter" 44#define GNUTLS_INPUT_FILTER_NAME "gnutls_input_filter"