]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap_ms.c
we don't actually need crypt.h, under linux at least.
[ppp.git] / pppd / chap_ms.c
index ae8ab1d461660fdaca14281d9b4a27d43ba924f6..7ae8e4229e1d8747beabbd9ee9abb32a927ffd96 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap_ms.c,v 1.7 1998/03/25 03:08:14 paulus Exp $";
+static char rcsid[] = "$Id: chap_ms.c,v 1.8 1998/04/01 00:15:43 paulus Exp $";
 #endif
 
 #ifdef CHAPMS
@@ -44,7 +44,7 @@ static char rcsid[] = "$Id: chap_ms.c,v 1.7 1998/03/25 03:08:14 paulus Exp $";
 #include <sys/time.h>
 #include <syslog.h>
 #include <unistd.h>
-#ifdef USE_CRYPT
+#ifdef HAVE_CRYPT_H
 #include <crypt.h>
 #endif