diff options
author | Simon Josefsson <jas@extundo.com> | 2007-11-08 13:20:11 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2007-11-08 13:20:11 +0000 |
commit | 2cddada065a732925171ebc629fa2a451db3d462 (patch) | |
tree | 7654224203c5cfc01425e1ae33f1e552900cfd3b /lisp | |
parent | e1176b472d91d5ef62507ed9005769fdaed1d6c4 (diff) | |
download | emacs-2cddada065a732925171ebc629fa2a451db3d462.tar.gz |
Fix last commit.
Diffstat (limited to 'lisp')
-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 d6a40be6213..0643aca5d80 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el @@ -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. |