summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-11-12 11:02:52 +1100
committerDamien Miller <djm@mindrot.org>2001-11-12 11:02:52 +1100
commit9f64390f414b1148822ce11c9493b9cdd9bf7b7a (patch)
tree699eea139dd05a224361e7ed8715617d86deabb3 /packet.h
parent1f8dddc9272f72ff48a9dbf7017fcd09ef5abdaa (diff)
- 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 ffae736d6..d5473001c 100644
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: packet.h,v 1.25 2001/06/26 17:27:24 markus Exp $"); */ 14/* RCSID("$OpenBSD: packet.h,v 1.26 2001/11/07 16:03:17 markus Exp $"); */
15 15
16#ifndef PACKET_H 16#ifndef PACKET_H
17#define PACKET_H 17#define PACKET_H
@@ -63,7 +63,7 @@ int packet_connection_is_on_socket(void);
63int packet_connection_is_ipv4(void); 63int packet_connection_is_ipv4(void);
64int packet_remaining(void); 64int packet_remaining(void);
65void packet_send_ignore(int); 65void packet_send_ignore(int);
66void packet_inject_ignore(int); 66void packet_add_padding(u_char);
67 67
68void tty_make_modes(int, struct termios *); 68void tty_make_modes(int, struct termios *);
69void tty_parse_modes(int, int *); 69void tty_parse_modes(int, int *);