aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2007-11-08 13:20:11 +0000
committerSimon Josefsson2007-11-08 13:20:11 +0000
commit2cddada065a732925171ebc629fa2a451db3d462 (patch)
tree7654224203c5cfc01425e1ae33f1e552900cfd3b
parente1176b472d91d5ef62507ed9005769fdaed1d6c4 (diff)
downloademacs-2cddada065a732925171ebc629fa2a451db3d462.tar.gz
emacs-2cddada065a732925171ebc629fa2a451db3d462.zip
Fix last commit.
-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 d6a40be6213..0643aca5d80 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 (in v2.1.5) lines 640-650 and 705-715 the 68 ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715
69 ;; handshake will start after this message. If the handshake 69 ;; in main() the handshake will start after this message. If the
70 ;; fails, the programs will abort. 70 ;; handshake 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.