mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 22:45:29 +08:00

- openwrt/openwrt@983605e pppd: update to 2.4.8 - openwrt/openwrt@3589051 ppp: backport security fixes - openwrt/openwrt@2c3c83e ppp: activate PIE ASLR by default Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
12 lines
213 B
Diff
12 lines
213 B
Diff
--- a/pppd/sha1.c
|
|
+++ b/pppd/sha1.c
|
|
@@ -19,7 +19,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <netinet/in.h> /* htonl() */
|
|
-#include <net/ppp_defs.h>
|
|
+#include "pppd.h"
|
|
#include "sha1.h"
|
|
|
|
static void
|