summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/chap_ms.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 04:52:38 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 04:52:38 +0000
commitde1c15bacfef205336e6ed358d45722777574cc8 (patch)
tree2c6746f6856ecc235155227a375bdef96ac19b20 /usr.sbin/pppd/chap_ms.c
parent860bdcaf761bcf8225b4dec33bfd17ad1d20c9b3 (diff)
pppd 2.3.5
Diffstat (limited to 'usr.sbin/pppd/chap_ms.c')
-rw-r--r--usr.sbin/pppd/chap_ms.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c
index edb1e5b039b..c7525a33e84 100644
--- a/usr.sbin/pppd/chap_ms.c
+++ b/usr.sbin/pppd/chap_ms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chap_ms.c,v 1.4 1998/01/17 20:30:20 millert Exp $ */
+/* $OpenBSD: chap_ms.c,v 1.5 1998/05/08 04:52:22 millert Exp $ */
/*
* chap_ms.c - Microsoft MS-CHAP compatible implementation.
@@ -35,9 +35,9 @@
#ifndef lint
#if 0
-static char rcsid[] = "Id: chap_ms.c,v 1.5 1997/11/27 06:08:10 paulus Exp $";
+static char rcsid[] = "Id: chap_ms.c,v 1.8 1998/04/01 00:15:43 paulus Exp $";
#else
-static char rcsid[] = "$Id: chap_ms.c,v 1.4 1998/01/17 20:30:20 millert Exp $";
+static char rcsid[] = "$OpenBSD: chap_ms.c,v 1.5 1998/05/08 04:52:22 millert Exp $";
#endif
#endif
@@ -51,6 +51,9 @@ static char rcsid[] = "$Id: chap_ms.c,v 1.4 1998/01/17 20:30:20 millert Exp $";
#include <syslog.h>
#include <unistd.h>
#include <md4.h>
+#ifdef HAVE_CRYPT_H
+#include <crypt.h>
+#endif
#include "pppd.h"
#include "chap.h"