aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.