Changeset 994a5fb in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Dec 5, 2017, 2:57:35 AM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 1de1026
- Parents:
- 2a912c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r2a912c3 r994a5fb 164 164 /* Set Anon credentials */ 165 165 gnutls_credentials_set(session, GNUTLS_CRD_ANON, ctxt->sc->anon_creds); 166 167 if (ctxt->sc->ocsp_staple)168 {169 gnutls_certificate_set_ocsp_status_request_function(ctxt->sc->certs,170 mgs_get_ocsp_response,171 ctxt);172 }173 166 174 167 #ifdef ENABLE_SRP
Note: See TracChangeset
for help on using the changeset viewer.