diff options
Diffstat (limited to 'source/l/loudmouth/loudmouth.crtpath.diff')
-rw-r--r-- | source/l/loudmouth/loudmouth.crtpath.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/loudmouth/loudmouth.crtpath.diff b/source/l/loudmouth/loudmouth.crtpath.diff new file mode 100644 index 00000000..ada60040 --- /dev/null +++ b/source/l/loudmouth/loudmouth.crtpath.diff @@ -0,0 +1,11 @@ +--- loudmouth-1.4.3/loudmouth/lm-ssl-gnutls.c.orig 2008-10-29 14:45:10.000000000 +0100 ++++ loudmouth-1.4.3/loudmouth/lm-ssl-gnutls.c 2009-11-03 23:49:02.000000000 +0100 +@@ -32,7 +32,7 @@ + + #include <gnutls/x509.h> + +-#define CA_PEM_FILE "/etc/ssl/certs/ca-certificates.crt" ++#define CA_PEM_FILE "/usr/share/curl/ca-bundle.crt" + + struct _LmSSL { + LmSSLBase base; |