]> git.pld-linux.org Git - packages/apache-mod_gnutls.git/blame - apache-mod_gnutls-paths.patch
- up to fit 0.5.9
[packages/apache-mod_gnutls.git] / apache-mod_gnutls-paths.patch
CommitLineData
006ad0d1 1diff -burNp mod_gnutls-0.5.9/src/gnutls_config.c mod_gnutls-0.5.9-dud/src/gnutls_config.c
2--- mod_gnutls-0.5.9/src/gnutls_config.c 2010-09-24 08:51:30.000000000 +0200
3+++ mod_gnutls-0.5.9-dud/src/gnutls_config.c 2010-09-29 11:33:08.266307868 +0200
4@@ -609,7 +609,7 @@ void *mgs_config_server_create(apr_pool_
d3abf1c7 5 sc->certs_x509_num = 0;
346445af 6 sc->cache_timeout = apr_time_from_sec(300);
006ad0d1 7 sc->cache_type = mgs_cache_none;
346445af
AG
8- sc->cache_config = ap_server_root_relative(p, "conf/gnutls_cache");
9+ sc->cache_config = ap_server_root_relative(p, "tls/gnutls_cache");
006ad0d1 10 sc->tickets = 1; /* by default enable session tickets */
d3abf1c7 11
346445af 12 sc->client_verify_mode = GNUTLS_CERT_IGNORE;
This page took 0.027878 seconds and 4 git commands to generate.