Date: Sun, 11 Oct 1998 12:40:39 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd Makefile chap_ms.c Message-ID: <199810111940.MAA08178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/10/11 12:40:39 PDT Modified files: usr.sbin/pppd Makefile chap_ms.c Log: Fix the MS-CHAP support. The code was passing a bit count to MD4Update(), but our version in libmd expects a byte count. This code is not currently compiled or linked into pppd, so I'm reasonably sure I didn't break anything. :-) I added the necessary statements to the Makefile, but left them commented out because we are in feature freeze. When the code is enabled, we must be careful to build it only if the DES library is available. Revision Changes Path 1.12 +7 -1 src/usr.sbin/pppd/Makefile 1.6 +2 -2 src/usr.sbin/pppd/chap_ms.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?199810111940.MAA08178>