X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/38c3bc8753411a533e2a36af1e9efee69dcba3f3..dd9647ccbc0f9813afc5e28d0fe909521c77f0c5:/peer.c?ds=sidebyside 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.