blob: 72fd115f9ecb0401712ac834b0b362874d2f7f37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/pppd/pppcrypt.h
+++ b/pppd/pppcrypt.h
@@ -38,7 +38,7 @@
#endif
#ifndef USE_CRYPT
-#include <des.h>
+#include <openssl/des.h>
#endif
extern bool DesSetkey __P((u_char *));
|