diff options
| author | Simon Josefsson | 2007-11-05 15:04:15 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2007-11-05 15:04:15 +0000 |
| commit | dbcd6179d3f77e5e510fcdce7917ab556399cf0c (patch) | |
| tree | 556a1ff6dc0abe87437321ab72b87eb2c6dde776 | |
| parent | 59d976238c4c25495a3f34e555eb400fbdfa513a (diff) | |
| download | emacs-dbcd6179d3f77e5e510fcdce7917ab556399cf0c.tar.gz emacs-dbcd6179d3f77e5e510fcdce7917ab556399cf0c.zip | |
Fix last commit.
| -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 b263081fe16..d6a40be6213 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el | |||
| @@ -65,9 +65,9 @@ | |||
| 65 | ;; `gnutls' regexp. See src/cli.c lines 721-. | 65 | ;; `gnutls' regexp. See src/cli.c lines 721-. |
| 66 | "^- Simple Client Mode:\n" | 66 | "^- Simple Client Mode:\n" |
| 67 | "\\(\n\\|" ; ignore blank lines | 67 | "\\(\n\\|" ; ignore blank lines |
| 68 | ;; According to src/cli.c lines 640-650 and 705-715 the handshake | 68 | ;; According to src/cli.c (in v2.1.5) lines 640-650 and 705-715 the |
| 69 | ;; will start after this message. If the handshake fails, the | 69 | ;; handshake will start after this message. If the handshake |
| 70 | ;; programs will abort. | 70 | ;; fails, the programs will abort. |
| 71 | "^\\*\\*\\* Starting TLS handshake\n\\)*" | 71 | "^\\*\\*\\* Starting TLS handshake\n\\)*" |
| 72 | "\\)") | 72 | "\\)") |
| 73 | "Regexp matching end of TLS client informational messages. | 73 | "Regexp matching end of TLS client informational messages. |