Changeset d4c1a4e in mod_gnutls
- Timestamp:
- Nov 5, 2018, 4:13:10 PM (4 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 4963516
- Parents:
- c0fc11e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rc0fc11e rd4c1a4e 80 80 /** Server Configuration Record */ 81 81 typedef struct { 82 /** Server this mod_gnutls configuration is for */ 83 server_rec* s; 84 82 85 /* --- Configuration values --- */ 83 86 /* Is the module enabled? */ -
src/gnutls_hooks.c
rc0fc11e rd4c1a4e 635 635 { 636 636 sc = (mgs_srvconf_rec *) ap_get_module_config(s->module_config, &gnutls_module); 637 sc->s = s; 637 638 sc->cache_enable = sc_base->cache_enable; 638 639 sc->cache = sc_base->cache;
Note: See TracChangeset
for help on using the changeset viewer.