]> git.pld-linux.org Git - packages/apache-mod_gnutls.git/blame - apache-mod_gnutls-paths.patch
- previous commit reverted (mistake)
[packages/apache-mod_gnutls.git] / apache-mod_gnutls-paths.patch
CommitLineData
d3abf1c7 1diff -burNp mod_gnutls-0.5.2/src/gnutls_config.c mod_gnutls-0.5.2-new/src/gnutls_config.c
2--- mod_gnutls-0.5.2/src/gnutls_config.c 2008-02-20 21:10:43.000000000 +0100
3+++ mod_gnutls-0.5.2-new/src/gnutls_config.c 2008-10-08 10:05:00.219949063 +0200
4@@ -563,7 +563,7 @@ void *mgs_config_server_create(apr_pool_
5 sc->certs_x509_num = 0;
346445af
AG
6 sc->cache_timeout = apr_time_from_sec(300);
7 sc->cache_type = mgs_cache_dbm;
8- sc->cache_config = ap_server_root_relative(p, "conf/gnutls_cache");
9+ sc->cache_config = ap_server_root_relative(p, "tls/gnutls_cache");
d3abf1c7 10
346445af 11 sc->client_verify_mode = GNUTLS_CERT_IGNORE;
d3abf1c7 12
This page took 0.048432 seconds and 4 git commands to generate.