aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2007-11-09 13:06:05 +0000
committerSimon Josefsson2007-11-09 13:06:05 +0000
commit7b63c0738cd7b7c457b97c4e732d78ce09cc3882 (patch)
treef7c7d7139af66f5c2ea3b80dfa2c4daf1b94fbea
parent3280c5c54f1290ffbfbec94c670a60c6e6c68b47 (diff)
downloademacs-7b63c0738cd7b7c457b97c4e732d78ce09cc3882.tar.gz
emacs-7b63c0738cd7b7c457b97c4e732d78ce09cc3882.zip
Fix last commit.
-rw-r--r--lisp/net/tls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index c2d9a826157..d5e2de2e51c 100644
--- a/lisp/net/tls.el
+++ b/lisp/net/tls.el
@@ -69,7 +69,7 @@
69 "^- Simple Client Mode:\n" 69 "^- Simple Client Mode:\n"
70 "\\(\n\\|" ; ignore blank lines 70 "\\(\n\\|" ; ignore blank lines
71 ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715 71 ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715
72 ;; in main() the handshake will start after this message. If the 72 ;; in `main' the handshake will start after this message. If the
73 ;; handshake fails, the programs will abort. 73 ;; handshake fails, the programs will abort.
74 "^\\*\\*\\* Starting TLS handshake\n\\)*" 74 "^\\*\\*\\* Starting TLS handshake\n\\)*"
75 "\\)") 75 "\\)")