mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
11 lines
186 B
Diff
11 lines
186 B
Diff
--- pppd/pppcrypt.h.orig
|
|
+++ 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 *));
|