summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2017-05-03 21:08:09 +0000
committernaddy <naddy@openbsd.org>2017-05-03 21:08:09 +0000
commitd6d98383b185fe01fa6c86505741cd6d1fc9580c (patch)
treeeb2fbba939d9d811a78a8cfc3346fc2e1abc1e86 /usr.bin/ssh/clientloop.c
parentProvide a function to dispose of a list of mbufs on dequeue (diff)
downloadwireguard-openbsd-d6d98383b185fe01fa6c86505741cd6d1fc9580c.tar.xz
wireguard-openbsd-d6d98383b185fe01fa6c86505741cd6d1fc9580c.zip
remove miscellaneous SSH1 leftovers; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index bb0bd12bd57..b61aa2dc42b 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.295 2017/04/30 23:28:41 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.296 2017/05/03 21:08:09 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -933,7 +933,7 @@ print_escape_help(Buffer *b, int escape_char, int mux_client, int using_stderr)
}
/*
- * Process the characters one by one, call with c==NULL for proto1 case.
+ * Process the characters one by one.
*/
static int
process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr,