# HG changeset patch # User Simon Josefsson # Date 1194528011 0 # Node ID 905499f8c560e6a95e7b4d36f60889bbd9c3c44e # Parent cc352b20c77863b8300fc690ce736fed991f433d Fix last commit. diff -r cc352b20c778 -r 905499f8c560 lisp/net/tls.el --- a/lisp/net/tls.el Wed Nov 07 20:43:59 2007 +0000 +++ b/lisp/net/tls.el Thu Nov 08 13:20:11 2007 +0000 @@ -65,9 +65,9 @@ ;; `gnutls' regexp. See src/cli.c lines 721-. "^- Simple Client Mode:\n" "\\(\n\\|" ; ignore blank lines - ;; According to src/cli.c (in v2.1.5) lines 640-650 and 705-715 the - ;; handshake will start after this message. If the handshake - ;; fails, the programs will abort. + ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715 + ;; in main() the handshake will start after this message. If the + ;; handshake fails, the programs will abort. "^\\*\\*\\* Starting TLS handshake\n\\)*" "\\)") "Regexp matching end of TLS client informational messages.