summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
commit204e48851a67d7165c7fa9fff21e92bcee448685 (patch)
tree2dc1e1780897f8f790f84e308846c09a34a64ae5 /packet.c
parent0ab2a010794017a7a1314faade2adcdb116e0544 (diff)
- deraadt@cvs.openbsd.org 2001/03/01 02:45:10
[auth-rsa.c auth2.c deattack.c packet.c] KNF
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet.c b/packet.c
index a1a5d8a76..419b2f777 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.54 2001/02/28 21:27:47 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.55 2001/03/01 02:45:10 deraadt Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
@@ -389,7 +389,7 @@ packet_start2(int type)
389void 389void
390packet_start(int type) 390packet_start(int type)
391{ 391{
392 DBG(debug("packet_start[%d]",type)); 392 DBG(debug("packet_start[%d]", type));
393 if (use_ssh2_packet_format) 393 if (use_ssh2_packet_format)
394 packet_start2(type); 394 packet_start2(type);
395 else 395 else
@@ -942,7 +942,7 @@ packet_read_poll2(int *payload_len_ptr)
942 } 942 }
943 943
944#ifdef PACKET_DEBUG 944#ifdef PACKET_DEBUG
945 fprintf(stderr, "read/plain[%d]:\r\n",type); 945 fprintf(stderr, "read/plain[%d]:\r\n", type);
946 buffer_dump(&incoming_packet); 946 buffer_dump(&incoming_packet);
947#endif 947#endif
948 return (u_char)type; 948 return (u_char)type;