summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ttymodes.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-12-27 20:39:58 +0000
committermarkus <markus@openbsd.org>2001-12-27 20:39:58 +0000
commit21c28e2e5769dd11e7f424f9bc3738563e9d4367 (patch)
treecfa9e5261df48631ca2117b4b1ccf8293c1c7a85 /usr.bin/ssh/ttymodes.c
parentauth_rhosts_rsa now accept generic keys. (diff)
downloadwireguard-openbsd-21c28e2e5769dd11e7f424f9bc3738563e9d4367.tar.xz
wireguard-openbsd-21c28e2e5769dd11e7f424f9bc3738563e9d4367.zip
get rid of packet_integrity_check, use packet_done() instead.
Diffstat (limited to 'usr.bin/ssh/ttymodes.c')
-rw-r--r--usr.bin/ssh/ttymodes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c
index ada3a1481e5..ccc001f2001 100644
--- a/usr.bin/ssh/ttymodes.c
+++ b/usr.bin/ssh/ttymodes.c
@@ -43,7 +43,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ttymodes.c,v 1.15 2001/12/19 07:18:56 deraadt Exp $");
+RCSID("$OpenBSD: ttymodes.c,v 1.16 2001/12/27 20:39:58 markus Exp $");
#include "packet.h"
#include "log.h"
@@ -422,7 +422,6 @@ tty_parse_modes(int fd, int *n_bytes_ptr)
* more coming after the mode data.
*/
log("parse_tty_modes: unknown opcode %d", opcode);
- packet_integrity_check(0, 1, SSH_CMSG_REQUEST_PTY);
goto set;
}
} else {