emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107279: (gnutls-trustfiles): Add Cyg


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107279: (gnutls-trustfiles): Add Cygwin location.
Date: Tue, 14 Feb 2012 08:13:24 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107279
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Tue 2012-02-14 08:13:24 -0500
message:
  (gnutls-trustfiles): Add Cygwin location.
  
  * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
modified:
  lisp/ChangeLog
  lisp/net/gnutls.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-13 22:46:43 +0000
+++ b/lisp/ChangeLog    2012-02-14 13:13:24 +0000
@@ -1,3 +1,7 @@
+2012-02-14  Teodor Zlatanov  <address@hidden>
+
+       * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
+
 2012-02-13  Glenn Morris  <address@hidden>
 
        * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)

=== modified file 'lisp/net/gnutls.el'
--- a/lisp/net/gnutls.el        2012-02-13 21:48:14 +0000
+++ b/lisp/net/gnutls.el        2012-02-14 13:13:24 +0000
@@ -56,6 +56,7 @@
     "/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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]