Changeset eced11a in mod_gnutls for include


Ignore:
Timestamp:
May 16, 2018, 1:19:05 PM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, main, master, proxy-ticket
Children:
3358887
Parents:
92b5f4d
Message:

Remove server variable ocsp_cache_enable

There is no need to explicitly disable the OCSP cache: It will be used
if OCSP stapling is enabled, and not used otherwise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    r92b5f4d reced11a  
    182182    /* Mutex to prevent parallel OCSP requests */
    183183    apr_global_mutex_t *ocsp_mutex;
    184     /* Enable OCSP cache */
    185     unsigned char ocsp_cache_enable : 2;
    186184    /* Internal OCSP cache data */
    187185    mgs_cache_t ocsp_cache;
Note: See TracChangeset for help on using the changeset viewer.