diff options
| -rw-r--r-- | lisp/net/network-stream.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/network-stream.el b/lisp/net/network-stream.el index 1bd960025aa..93f3682883a 100644 --- a/lisp/net/network-stream.el +++ b/lisp/net/network-stream.el | |||
| @@ -249,7 +249,8 @@ gnutls-boot (as returned by `gnutls-boot-parameters')." | |||
| 249 | (ignore-errors | 249 | (ignore-errors |
| 250 | (car (auth-source-search :max 1 | 250 | (car (auth-source-search :max 1 |
| 251 | :host host | 251 | :host host |
| 252 | :port (format "%s" service))))) | 252 | :port (format "%s" service) |
| 253 | :require '(:key :cert))))) | ||
| 253 | (key (plist-get auth-info :key)) | 254 | (key (plist-get auth-info :key)) |
| 254 | (cert (plist-get auth-info :cert))) | 255 | (cert (plist-get auth-info :cert))) |
| 255 | (and key cert (file-readable-p key) (file-readable-p cert) | 256 | (and key cert (file-readable-p key) (file-readable-p cert) |