Changeset a3e0f7b in mod_gnutls for src/gnutls_config.c
- 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
-
src/gnutls_config.c
r845c112 ra3e0f7b 3 3 * Copyright 2008, 2014 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-20 18Fiona Klute5 * Copyright 2015-2020 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); … … 906 906 sc->ocsp_check_nonce = GNUTLS_ENABLED_UNSET; 907 907 sc->ocsp_response_file = NULL; 908 sc->ocsp_response_file_num = 0; 908 909 sc->ocsp_mutex = NULL; 909 910 sc->ocsp_cache = NULL; … … 972 973 gnutls_srvconf_merge(ocsp_check_nonce, GNUTLS_ENABLED_UNSET); 973 974 gnutls_srvconf_assign(ocsp_response_file); 975 gnutls_srvconf_assign(ocsp_response_file_num); 974 976 gnutls_srvconf_merge(ocsp_cache_time, MGS_TIMEOUT_UNSET); 975 977 gnutls_srvconf_merge(ocsp_failure_timeout, MGS_TIMEOUT_UNSET);
Note: See TracChangeset
for help on using the changeset viewer.