Changeset a3e0f7b in mod_gnutls for include/mod_gnutls.h.in
- Timestamp:
- Jan 12, 2020, 10:01:55 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 5c9ca6b
- Parents:
- 845c112
- git-author:
- Fiona Klute <fiona.klute@…> (01/12/20 07:50:52)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/12/20 10:01:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r845c112 ra3e0f7b 177 177 /* Read OCSP response for stapling from this file instead of 178 178 * sending a request over HTTP */ 179 char *ocsp_response_file; 179 char **ocsp_response_file; 180 /* Number of configured OCSP response files */ 181 int ocsp_response_file_num; 180 182 /* Internal OCSP data for this server */ 181 183 mgs_ocsp_data_t *ocsp;
Note: See TracChangeset
for help on using the changeset viewer.