X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap-md5.c;h=0b76d9a79c8961380abfb257e9ee30581afa5305;hp=8bcbbba6b025a41fee3716e47f0e3b2509ca54b8;hb=HEAD;hpb=4cb90c1fb141ae3cca08c2ac9c663c14a4d2473e 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