summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2010-12-13 23:20:32 +0100
committerRomain Francoise <romain@orebokech.com>2010-12-13 23:20:32 +0100
commitbc5576723b2ddaa0b4cb6a6ba368fa71bc5a8a0c (patch)
tree6e74d65380acb212a6a46421702ff3f2cbd48c49 /lisp/net
parent407277e0db56ec163db07815d12ac3a0f641ee03 (diff)
downloademacs-bc5576723b2ddaa0b4cb6a6ba368fa71bc5a8a0c.tar.gz
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/gnutls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index 85c546ffd3f..e49af2948e6 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -77,7 +77,7 @@ PRIORITY-STRING is as per the GnuTLS docs, default is \"NORMAL\".
TRUSTFILES is a list of CA bundles.
KEYFILES is a list of client keys."
(let* ((type (or type 'gnutls-x509pki))
- (trusfiles (or trustfiles
+ (trustfiles (or trustfiles
'("/etc/ssl/certs/ca-certificates.crt")))
(priority-string (or priority-string
(cond