aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap_ms.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-11 03:47:15 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-11 03:47:15 +0000
commit35bed99ba9c107371de6325039b43d89b4763d86 (patch)
treeb68cdcf3e1d11f73dedd788f350d553d82671303 /usr.sbin/ppp/chap_ms.c
parent3a9818f9267b7b78a7e675f16236743a15325fe2 (diff)
downloadsrc-35bed99ba9c107371de6325039b43d89b4763d86.tar.gz
src-35bed99ba9c107371de6325039b43d89b4763d86.zip
NetBSD keeps des.h in /usr/include/openssl these days
Notes
Notes: svn path=/head/; revision=96387
Diffstat (limited to 'usr.sbin/ppp/chap_ms.c')
-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 f4a8d90967df..c7d1480f5d9c 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>