Changeset 4d4a406 in mod_gnutls for src/gnutls_config.c
- Timestamp:
- Jun 16, 2016, 6:47:09 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- a784735
- Parents:
- 70d014b
- git-author:
- Thomas Klute <thomas2.klute@…> (06/16/16 17:37:53)
- git-committer:
- Thomas Klute <thomas2.klute@…> (06/16/16 18:47:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
r70d014b r4d4a406 1118 1118 sc->proxy_x509_tl = NULL; 1119 1119 1120 sc->ocsp_staple = GNUTLS_ENABLED_UNSET; 1120 1121 sc->ocsp_response_file = NULL; 1121 1122 sc->ocsp_mutex = NULL; … … 1178 1179 gnutls_srvconf_merge(proxy_priorities, NULL); 1179 1180 1181 gnutls_srvconf_merge(ocsp_staple, GNUTLS_ENABLED_UNSET); 1180 1182 gnutls_srvconf_assign(ocsp_response_file); 1181 1183 gnutls_srvconf_merge(ocsp_grace_time, apr_time_from_sec(MGS_GRACE_TIME));
Note: See TracChangeset
for help on using the changeset viewer.