Changeset eced11a in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- May 16, 2018, 1:19:05 PM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 3358887
- Parents:
- 92b5f4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r92b5f4d reced11a 635 635 if (sc->cache_timeout == MGS_TIMEOUT_UNSET) 636 636 sc->cache_timeout = sc_base->cache_timeout; 637 sc->ocsp_cache_enable = sc_base->ocsp_cache_enable;638 637 sc->ocsp_cache = sc_base->ocsp_cache; 639 638 … … 787 786 } 788 787 789 if (sc->ocsp_cache _enable == GNUTLS_ENABLED_TRUE)788 if (sc->ocsp_cache != NULL) 790 789 { 791 790 rv = mgs_cache_child_init(p, s, sc->ocsp_cache,
Note: See TracChangeset
for help on using the changeset viewer.