# HG changeset patch # User Glenn Morris # Date 1204257763 0 # Node ID 592894a86ca551911de7d9d042303d64fb55ae67 # Parent d0cadb0126808e38394f3b3a8d25677773891be3 (tls-checktrust, tls-untrusted, tls-hostmismatch): Change defcustom :version from 23.0 to 23.1. diff -r d0cadb012680 -r 592894a86ca5 lisp/net/tls.el --- a/lisp/net/tls.el Fri Feb 29 04:02:23 2008 +0000 +++ b/lisp/net/tls.el Fri Feb 29 04:02:43 2008 +0000 @@ -148,7 +148,7 @@ :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 @@ \"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 @@ 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")