void-packages/srcpkgs/ppp/patches/openssl_include.patch

12 lines
185 B
Diff

--- 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 *));