X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/7ed14135434df136e971a43b1774b827714ef7f9..7631176f5c140b9c77fa865ef3b2287fd574e4d7:/peer.c diff --git a/peer.c b/peer.c index e9fd280c..3df4c4fe 100644 --- a/peer.c +++ b/peer.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: peer.c,v 1.9 2003/07/13 11:19:49 mdw Exp $ + * $Id: peer.c,v 1.10 2003/10/15 09:29:38 mdw Exp $ * * Communication with the peer * @@ -29,9 +29,13 @@ /*----- Revision history --------------------------------------------------* * * $Log: peer.c,v $ + * Revision 1.10 2003/10/15 09:29:38 mdw + * Cosmetic fix to changelog comment. + * * Revision 1.9 2003/07/13 11:19:49 mdw - * Incopatible protocol fix! Include message type code under MAC tag to prevent - * cut-and-paste from key-exchange messages to general packet transport. + * Incompatible protocol fix! Include message type code under MAC tag to + * prevent cut-and-paste from key-exchange messages to general packet + * transport. * * Revision 1.8 2003/05/16 12:09:03 mdw * Allow binding to a chosen address.