summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authordjm <djm>2001-11-12 00:02:52 +0000
committerdjm <djm>2001-11-12 00:02:52 +0000
commit56b1257138227acb17f0569491dff6e1b84b2b54 (patch)
treeec2437cd06aeb7be38720172420ae1f5b8785902 /packet.h
parent0fbee1846160bbc05440c644bd947ed2718f4609 (diff)
downloadopenssh-56b1257138227acb17f0569491dff6e1b84b2b54.tar.gz
- markus@cvs.openbsd.org 2001/11/07 16:03:17
[packet.c packet.h sshconnect2.c] pad using the padding field from the ssh2 packet instead of sending extra ignore messages. tested against several other ssh servers.
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index ffae736d..d5473001 100644
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: packet.h,v 1.25 2001/06/26 17:27:24 markus Exp $"); */
+/* RCSID("$OpenBSD: packet.h,v 1.26 2001/11/07 16:03:17 markus Exp $"); */
#ifndef PACKET_H
#define PACKET_H
@@ -63,7 +63,7 @@ int packet_connection_is_on_socket(void);
int packet_connection_is_ipv4(void);
int packet_remaining(void);
void packet_send_ignore(int);
-void packet_inject_ignore(int);
+void packet_add_padding(u_char);
void tty_make_modes(int, struct termios *);
void tty_parse_modes(int, int *);