From: Paul Mackerras Date: Wed, 1 Apr 1998 00:15:43 +0000 (+0000) Subject: we don't actually need crypt.h, under linux at least. X-Git-Tag: RELEASE_2_3_6~77 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=d1d45379358dd274c95f6514aa454afd85bacdd1 we don't actually need crypt.h, under linux at least. --- diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index ae8ab1d..7ae8e42 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -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 #include #include -#ifdef USE_CRYPT +#ifdef HAVE_CRYPT_H #include #endif