emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tls.el,v


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el,v
Date: Thu, 08 Nov 2007 13:20:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Simon Josefsson <jas>   07/11/08 13:20:11

Index: tls.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tls.el,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- tls.el      5 Nov 2007 15:04:15 -0000       1.23
+++ tls.el      8 Nov 2007 13:20:11 -0000       1.24
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]