changeset 85964:905499f8c560

Fix last commit.
author Simon Josefsson <jas@extundo.com>
date Thu, 08 Nov 2007 13:20:11 +0000
parents cc352b20c778
children ac6bbbd64b2f
files lisp/net/tls.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.