summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-11 03:47:15 +0000
committerbrian <brian@FreeBSD.org>2002-05-11 03:47:15 +0000
commit02509bfc4bc35c1903d356df602509ca34028118 (patch)
treeb68cdcf3e1d11f73dedd788f350d553d82671303 /usr.sbin
parent1481568735116c76b77a37324b495ccf5767b9e3 (diff)
downloadFreeBSD-src-02509bfc4bc35c1903d356df602509ca34028118.zip
FreeBSD-src-02509bfc4bc35c1903d356df602509ca34028118.tar.gz
NetBSD keeps des.h in /usr/include/openssl these days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/chap_ms.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c
index f4a8d90..c7d1480 100644
--- a/usr.sbin/ppp/chap_ms.c
+++ b/usr.sbin/ppp/chap_ms.c
@@ -36,7 +36,11 @@
#else
#include <sys/types.h>
#include <stdlib.h>
+#ifdef __NetBSD__
+#include <openssl/des.h>
+#else
#include <des.h>
+#endif
#include <openssl/sha.h>
#endif
#include <md4.h>
OpenPOWER on IntegriCloud