Changeset 6d4de37 in mod_gnutls
- Timestamp:
- Oct 19, 2008, 3:13:58 AM (14 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 1a53be1
- Parents:
- 0bcf035
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (10/19/08 03:13:58)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (10/19/08 03:13:58)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r0bcf035 r6d4de37 1 ** Verison 0.5.4 (unreleased) 2 3 - mod_gnutls.h: modified definition to extern to avoid compilation 4 errors in darwin. 5 1 6 ** Version 0.5.3 (2008-10-16) 2 7 -
include/mod_gnutls.h.in
r0bcf035 r6d4de37 39 39 #define HAVE_APR_MEMCACHE @have_apr_memcache@ 40 40 41 module AP_MODULE_DECLARE_DATA gnutls_module;41 extern module AP_MODULE_DECLARE_DATA gnutls_module; 42 42 43 43 #define GNUTLS_OUTPUT_FILTER_NAME "gnutls_output_filter"
Note: See TracChangeset
for help on using the changeset viewer.