summaryrefslogtreecommitdiff
path: root/lisp/net/tls.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-29 04:02:43 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-29 04:02:43 +0000
commitdd22fbf6d1c70cb2d12cbe96558a7a9a9deefef2 (patch)
tree3560d87bedff28fa12f9b21ace8ddeed0a00f537 /lisp/net/tls.el
parentcbd59df4789eb12b85e07f679084fa754b796fd4 (diff)
downloademacs-dd22fbf6d1c70cb2d12cbe96558a7a9a9deefef2.tar.gz
(tls-checktrust, tls-untrusted, tls-hostmismatch):
Change defcustom :version from 23.0 to 23.1.
Diffstat (limited to 'lisp/net/tls.el')
-rw-r--r--lisp/net/tls.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index 4bd32d75721..40cc5f623db 100644
--- a/lisp/net/tls.el
+++ b/lisp/net/tls.el
@@ -148,7 +148,7 @@ consider trustworthy, e.g.:
:type '(choice (const :tag "Always" t)
(const :tag "Never" nil)
(const :tag "Ask" ask))
- :version "23.0" ;; No Gnus
+ :version "23.1" ;; No Gnus
:group 'tls)
(defcustom tls-untrusted
@@ -158,7 +158,7 @@ The default is what GNUTLS's \"gnutls-cli\" or OpenSSL's
\"openssl s_client\" return in the event of unsuccessful
verification."
:type 'regexp
- :version "23.0" ;; No Gnus
+ :version "23.1" ;; No Gnus
:group 'tls)
(defcustom tls-hostmismatch
@@ -169,7 +169,7 @@ name of the host you are connecting to, gnutls-cli issues a
warning to this effect. There is no such feature in openssl. Set
this to nil if you want to ignore host name mismatches."
:type 'regexp
- :version "23.0" ;; No Gnus
+ :version "23.1" ;; No Gnus
:group 'tls)
(defcustom tls-certtool-program (executable-find "certtool")