freebsd-ports/net/ipdecap/files/patch-src_esp.c
Steve Wills 24da002804 net/ipdecap: update to 0.7.2
While here, fix OpenSSL build

PR:		232223
Submitted by:	loic-freebsd@loicp.eu (maintainer)
2018-10-14 19:00:04 +00:00

10 lines
435 B
C

--- src/esp.c.orig 2018-07-19 13:30:02 UTC
+++ src/esp.c
@@ -21,6 +21,7 @@
#include <arpa/inet.h> // for inet_ntop, inet_pton
#include <err.h> // for err
#include <errno.h> // for __errno_location, errno, ERANGE
+#include <sys/types.h> // for u_char
#include <net/ethernet.h> // for ether_header
#include <netinet/ip.h> // for ip
#include <stdio.h> // for printf, fclose, fgets, fopen, FILE