summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-03-14 01:47:11 +0000
committerbrian <brian@FreeBSD.org>2000-03-14 01:47:11 +0000
commit621cd251627431d6e7e5a9d97fb98c676b7ae29d (patch)
treed7f45da9cffe7b4da9738ebb4c35a10a2fb7859d /usr.sbin/ppp
parente9ef0032ae88efd6475ac351a7c78e81c82f5b5f (diff)
downloadFreeBSD-src-621cd251627431d6e7e5a9d97fb98c676b7ae29d.zip
FreeBSD-src-621cd251627431d6e7e5a9d97fb98c676b7ae29d.tar.gz
Adjust whitespace
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/bundle.h2
-rw-r--r--usr.sbin/ppp/chap_ms.c4
2 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 1cd6946..bbdbcbf 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -61,7 +61,7 @@ struct prompt;
struct iface;
struct bundle {
- struct fdescriptor desc; /* really all our datalinks */
+ struct fdescriptor desc; /* really all our datalinks */
int unit; /* The device/interface unit number */
struct {
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c
index 6530ef6..4333aa1 100644
--- a/usr.sbin/ppp/chap_ms.c
+++ b/usr.sbin/ppp/chap_ms.c
@@ -26,7 +26,11 @@
#include <sys/types.h>
#include <ctype.h>
+#ifdef __FreeBSD__
#include <openssl/des.h>
+#else
+#include <des.h>
+#endif
#include <string.h>
#include "chap_ms.h"
OpenPOWER on IntegriCloud