void-packages/srcpkgs/ppp/patches/openssl_include.patch
Duncaen 62fcacb6a0 ppp: add patches to unbreak
Fixes CVE-2015-3310
2018-09-20 14:54:49 +02:00

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