summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mppe.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/mppe.c')
-rw-r--r--usr.sbin/ppp/mppe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c
index 85576fe..253bb56 100644
--- a/usr.sbin/ppp/mppe.c
+++ b/usr.sbin/ppp/mppe.c
@@ -31,7 +31,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
+#ifdef __FreeBSD__
#include <sha.h>
+#else
+#include <openssl/sha.h>
+#endif
#include <openssl/rc4.h>
#include "defs.h"
OpenPOWER on IntegriCloud