(gnutls-trustfiles): Add Cygwin location.
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 14 Feb 2012 13:13:24 +0000 (08:13 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 14 Feb 2012 13:13:24 +0000 (08:13 -0500)
* net/gnutls.el (gnutls-trustfiles): Add Cygwin location.

lisp/ChangeLog
lisp/net/gnutls.el

index 5c7e8f2..94f5ebc 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
+
 2012-02-13  Glenn Morris  <rgm@gnu.org>
 
        * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
index 9b73463..2fd276c 100644 (file)
@@ -56,6 +56,7 @@ set this variable to \"normal:-dhe-rsa\"."
     "/etc/ssl/certs/ca-certificates.crt" ; Debian, Ubuntu, Gentoo and Arch Linux
     "/etc/pki/tls/certs/ca-bundle.crt"   ; Fedora and RHEL
     "/etc/ssl/ca-bundle.pem"             ; Suse
+    "/usr/ssl/cert/ca-bundle.crt"        ; Cygwin
     )
   "List of CA bundle location filenames or a function returning said list.
 The files may be in PEM or DER format, as per the GnuTLS documentation.