From: mdw Date: Tue, 15 Apr 2003 14:12:05 +0000 (+0000) Subject: Insert a newline to improve readability. X-Git-Tag: 1.0.0pre3~1 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/7b052fe66fed9368b4283f6a448fdfa1b465281c?ds=sidebyside;hp=33ced0d36657fb9432296ce591fcd98d0be0e4f5 Insert a newline to improve readability. --- diff --git a/peer.c b/peer.c index 541501cb..e1362e9b 100644 --- a/peer.c +++ b/peer.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: peer.c,v 1.6 2001/06/19 22:07:59 mdw Exp $ + * $Id: peer.c,v 1.7 2003/04/15 14:12:05 mdw Exp $ * * Communication with the peer * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: peer.c,v $ + * Revision 1.7 2003/04/15 14:12:05 mdw + * Insert a newline to improve readability. + * * Revision 1.6 2001/06/19 22:07:59 mdw * Use magic number for packet size. * @@ -210,6 +213,7 @@ void p_txend(peer *p) void p_tun(peer *p, buf *b) { buf *bb = p_txstart(p, MSG_PACKET); + TIMER; if (ksl_encrypt(&p->ks, b, bb)) kx_start(&p->kx);