X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/38c3bc8753411a533e2a36af1e9efee69dcba3f3..dd9647ccbc0f9813afc5e28d0fe909521c77f0c5:/keyexch.c diff --git a/keyexch.c b/keyexch.c index f4125da2..35f027ec 100644 --- a/keyexch.c +++ b/keyexch.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: keyexch.c,v 1.9 2003/07/13 11:53:14 mdw Exp $ + * $Id: keyexch.c,v 1.10 2003/10/15 09:29:38 mdw Exp $ * * Key exchange protocol * @@ -29,12 +29,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: keyexch.c,v $ + * Revision 1.10 2003/10/15 09:29:38 mdw + * Cosmetic fix to changelog comment. + * * Revision 1.9 2003/07/13 11:53:14 mdw * Add protocol commentary. * * Revision 1.8 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.7 2003/05/17 11:01:28 mdw * Handle flags on challenge timers correctly to prevent confusing the event