diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/gnutls.el | 2 |
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\". | |||
| 77 | TRUSTFILES is a list of CA bundles. | 77 | TRUSTFILES is a list of CA bundles. |
| 78 | KEYFILES is a list of client keys." | 78 | KEYFILES is a list of client keys." |
| 79 | (let* ((type (or type 'gnutls-x509pki)) | 79 | (let* ((type (or type 'gnutls-x509pki)) |
| 80 | (trusfiles (or trustfiles | 80 | (trustfiles (or trustfiles |
| 81 | '("/etc/ssl/certs/ca-certificates.crt"))) | 81 | '("/etc/ssl/certs/ca-certificates.crt"))) |
| 82 | (priority-string (or priority-string | 82 | (priority-string (or priority-string |
| 83 | (cond | 83 | (cond |