X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap-md5.c;h=000f880e89e3d0859698b018689437acb120023e;hp=8bcbbba6b025a41fee3716e47f0e3b2509ca54b8;hb=HEAD;hpb=3ae4027842d48c3c92996ffb8443b9b320c1c775 diff --git a/pppd/chap-md5.c b/pppd/chap-md5.c index 8bcbbba..d9259d2 100644 --- a/pppd/chap-md5.c +++ b/pppd/chap-md5.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -36,11 +36,11 @@ #include #include -#include "pppd.h" -#include "chap-new.h" +#include "pppd-private.h" +#include "chap.h" #include "chap-md5.h" #include "magic.h" -#include "ppp-crypto.h" +#include "crypto.h" #define MD5_MIN_CHALLENGE 16 #define MD5_MAX_CHALLENGE 24