]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap-md5.c
pppd.8: Document netmask option
[ppp.git] / pppd / chap-md5.c
index 8bcbbba6b025a41fee3716e47f0e3b2509ca54b8..d9259d2515517b6eaec6a6637f7c2e8469578ed6 100644 (file)
@@ -17,7 +17,7 @@
  * 3. Redistributions of any form whatsoever must retain the following
  *    acknowledgment:
  *    "This product includes software developed by Paul Mackerras
- *     <paulus@samba.org>".
+ *     <paulus@ozlabs.org>".
  *
  * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 
 #include <stdlib.h>
 #include <string.h>
-#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