Changeset 7c05ed1 in mod_gnutls
- Timestamp:
- Sep 20, 2011, 1:28:25 AM (11 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 0acdcd1
- Parents:
- ec9daf2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rec9daf2 r7c05ed1 50 50 #define MOD_GNUTLS_DEBUG @OOO_MAINTAIN@ 51 51 52 #define USING_2_1_RECENT 053 54 52 /* Recent Versions of 2.1 renamed several hooks. This allows us to 55 53 compile on 2.0.xx */ 56 54 #if AP_SERVER_MINORVERSION_NUMBER >= 2 || (AP_SERVER_MINORVERSION_NUMBER == 1 && AP_SERVER_PATCHLEVEL_NUMBER >= 3) 57 55 #define USING_2_1_RECENT 1 56 #else 57 #define USING_2_1_RECENT 0 58 58 #endif 59 59 -
src/mod_gnutls.c
rec9daf2 r7c05ed1 142 142 RSRC_CONF, 143 143 "Whether to export PEM encoded certificates to CGIs. Default: Off"), 144 NULL144 { NULL } 145 145 }; 146 146
Note: See TracChangeset
for help on using the changeset viewer.