diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2012-02-14 08:13:24 -0500 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2012-02-14 08:13:24 -0500 |
commit | 08dcdbc94a7eb803833087c6b316131282628207 (patch) | |
tree | 0820f51f3119116ac52be42759a766e06aed7983 /lisp/net/gnutls.el | |
parent | 1deeb569b1247db4c0b2eea4906a9e53e5ee7e99 (diff) | |
download | emacs-08dcdbc94a7eb803833087c6b316131282628207.tar.gz |
(gnutls-trustfiles): Add Cygwin location.
* net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
Diffstat (limited to 'lisp/net/gnutls.el')
-rw-r--r-- | lisp/net/gnutls.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index 9b734637103..2fd276cf1c6 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -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. |