]> git.pld-linux.org Git - packages/apache-mod_gnutls.git/blob - apache-mod_gnutls-paths.patch
- up to 0.5.3
[packages/apache-mod_gnutls.git] / apache-mod_gnutls-paths.patch
1 diff -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;
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");
10  
11      sc->client_verify_mode = GNUTLS_CERT_IGNORE;
12  
This page took 0.077803 seconds and 3 git commands to generate.