summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/chap_ms.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/chap_ms.c')
-rw-r--r--usr.sbin/pppd/chap_ms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c
index 72fa676..c3e1f6e 100644
--- a/usr.sbin/pppd/chap_ms.c
+++ b/usr.sbin/pppd/chap_ms.c
@@ -54,7 +54,7 @@ static char rcsid[] = "$FreeBSD$";
#include "md4.h"
#ifndef USE_CRYPT
-#include <des.h>
+#include <openssl/des.h>
#endif
typedef struct {
OpenPOWER on IntegriCloud