diff options
| -rw-r--r-- | lisp/net/tls.el | 6 |
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.: | |||
| 148 | :type '(choice (const :tag "Always" t) | 148 | :type '(choice (const :tag "Always" t) |
| 149 | (const :tag "Never" nil) | 149 | (const :tag "Never" nil) |
| 150 | (const :tag "Ask" ask)) | 150 | (const :tag "Ask" ask)) |
| 151 | :version "23.0" ;; No Gnus | 151 | :version "23.1" ;; No Gnus |
| 152 | :group 'tls) | 152 | :group 'tls) |
| 153 | 153 | ||
| 154 | (defcustom tls-untrusted | 154 | (defcustom tls-untrusted |
| @@ -158,7 +158,7 @@ The default is what GNUTLS's \"gnutls-cli\" or OpenSSL's | |||
| 158 | \"openssl s_client\" return in the event of unsuccessful | 158 | \"openssl s_client\" return in the event of unsuccessful |
| 159 | verification." | 159 | verification." |
| 160 | :type 'regexp | 160 | :type 'regexp |
| 161 | :version "23.0" ;; No Gnus | 161 | :version "23.1" ;; No Gnus |
| 162 | :group 'tls) | 162 | :group 'tls) |
| 163 | 163 | ||
| 164 | (defcustom tls-hostmismatch | 164 | (defcustom tls-hostmismatch |
| @@ -169,7 +169,7 @@ name of the host you are connecting to, gnutls-cli issues a | |||
| 169 | warning to this effect. There is no such feature in openssl. Set | 169 | warning to this effect. There is no such feature in openssl. Set |
| 170 | this to nil if you want to ignore host name mismatches." | 170 | this to nil if you want to ignore host name mismatches." |
| 171 | :type 'regexp | 171 | :type 'regexp |
| 172 | :version "23.0" ;; No Gnus | 172 | :version "23.1" ;; No Gnus |
| 173 | :group 'tls) | 173 | :group 'tls) |
| 174 | 174 | ||
| 175 | (defcustom tls-certtool-program (executable-find "certtool") | 175 | (defcustom tls-certtool-program (executable-find "certtool") |