summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index fceeef666..5eb2c1c9e 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.129 2006/03/25 18:29:35 deraadt Exp $ */ 1/* $OpenBSD: packet.c,v 1.130 2006/03/25 18:56:55 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -788,7 +788,7 @@ packet_send2_wrapped(void)
788 buffer_len(&outgoing_packet)); 788 buffer_len(&outgoing_packet));
789 /* append unencrypted MAC */ 789 /* append unencrypted MAC */
790 if (mac && mac->enabled) 790 if (mac && mac->enabled)
791 buffer_append(&output, (char *)macbuf, mac->mac_len); 791 buffer_append(&output, macbuf, mac->mac_len);
792#ifdef PACKET_DEBUG 792#ifdef PACKET_DEBUG
793 fprintf(stderr, "encrypted: "); 793 fprintf(stderr, "encrypted: ");
794 buffer_dump(&output); 794 buffer_dump(&output);