diff options
| -rw-r--r-- | lisp/net/tls.el | 2 |
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 | "\\)") |