From f16f3d5f1fd1185edb6f856ba7345952e1153d75 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 13 Oct 2010 23:37:55 +0200 Subject: [PATCH] * tls.el (tls-program): Remove spurious %s from openssl. --- lisp/ChangeLog | 2 ++ lisp/tls.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f7d30ea1b..65d2bb00f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-10-13 Lars Magne Ingebrigtsen + * tls.el (tls-program): Remove spurious %s from openssl. + * nnimap.el (nnimap-open-connection): Fix open-tls-stream call. (nnimap-parse-flags): Fix regexp. diff --git a/lisp/tls.el b/lisp/tls.el index 275e10e0f..0ab4293f0 100644 --- a/lisp/tls.el +++ b/lisp/tls.el @@ -77,7 +77,7 @@ and `gnutls-cli' (version 2.0.1) output." (defcustom tls-program '("gnutls-cli --insecure -p %p %h" "gnutls-cli --insecure -p %p %h --protocols ssl3" - "openssl s_client %s -connect %h:%p -no_ssl2 -ign_eof") + "openssl s_client -connect %h:%p -no_ssl2 -ign_eof") "List of strings containing commands to start TLS stream to a host. Each entry in the list is tried until a connection is successful. %h is replaced with server hostname, %p with port to connect to. -- 2.25.1