- Timestamp:
- May 16, 2018, 2:12:08 AM (5 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- 92b5f4d
- Parents:
- d036f96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rd036f96 rbabdb29 182 182 /* Mutex to prevent parallel OCSP requests */ 183 183 apr_global_mutex_t *ocsp_mutex; 184 /* Enable OCSP cache */ 185 unsigned char ocsp_cache_enable : 2; 186 /* Internal OCSP cache data */ 187 mgs_cache_t ocsp_cache; 184 188 /* Cache timeout for OCSP responses. Note that the nextUpdate 185 189 * field of the response takes precedence if shorter. */
Note: See TracChangeset
for help on using the changeset viewer.