]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppcrypt.h
pppd: Fix cross-compilation using Clang (#253)
[ppp.git] / pppd / pppcrypt.h
index 364940e39f79e269cc169aada4b8b167b10dd3b1..0f71bb357b9ad9d78b483fb1d53160f4dbd06ad9 100644 (file)
@@ -38,7 +38,7 @@
 #endif
 
 #ifndef USE_CRYPT
-#include <des.h>
+#include <openssl/des.h>
 #endif
 
 extern bool    DesSetkey(u_char *);