Date: Fri, 6 Jul 2001 20:06:21 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c Message-ID: <200107070306.f6736LY67536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/07/06 20:06:21 PDT Modified files: usr.sbin/ppp mppe.c Log: When we miss one or more packets in stateful mode *and* need to perform a key change, *and* our sequence numbers have wrapped, ensure that the number of key changes is calculated correctly. The previous code counted down from a negative number to zero, re-encrypting the current key on each iteration - this took some time and strangely enough got the answer wrong !!! Fix a(nother) spelling mistake while I'm there. Revision Changes Path 1.10 +11 -8 src/usr.sbin/ppp/mppe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107070306.f6736LY67536>