* net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
when querying about new certificates.
2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
+ when querying about new certificates.
+
* net/shr.el (shr-make-table-1): dom.el changes for table rendering.
* dom.el (dom-by-tag): Use `equal' for comparisons so that tags
(defun nsm-new-fingerprint-ok-p (host port status)
(nsm-query
- host port nil 'fingerprint
+ host port status 'fingerprint
"The fingerprint for the connection to %s:%s is new:\n%s"
host port
(nsm-fingerprint status)))