Changeset ce987dc in mod_gnutls
- Timestamp:
- Jan 11, 2020, 4:49:30 PM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- c446ca5
- Parents:
- 1aad1d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_ocsp.c
r1aad1d7 rce987dc 1221 1221 sc->ocsp_num = i + 1; 1222 1222 } 1223 1224 ap_log_error(APLOG_MARK, APLOG_INFO, 0, server, 1225 "Configured OCSP stapling for %u certificates for %s:%d.", 1226 sc->ocsp_num, 1227 server->server_hostname, server->addrs->host_port); 1223 1228 return NULL; 1224 1229 }
Note: See TracChangeset
for help on using the changeset viewer.