From: neheb Date: Tue, 22 Nov 2016 15:44:14 +0000 (-0800) Subject: nmap: Fix compile with stripped down openssl. fix #3300 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7c4090f0c9d2dd8c9c3e398e819acde99a794e55;p=openwrt-packages.git nmap: Fix compile with stripped down openssl. fix #3300 Signed-off by: Rosen Penev --- diff --git a/net/nmap/patches/001-fix-missing-includes.patch b/net/nmap/patches/001-fix-missing-includes.patch new file mode 100644 index 000000000..3985badd9 --- /dev/null +++ b/net/nmap/patches/001-fix-missing-includes.patch @@ -0,0 +1,14 @@ +diff --git a/ncat/ncat_ssl.c b/ncat/ncat_ssl.c +index ee8ca97..9ff495c 100644 +--- a/ncat/ncat_ssl.c ++++ b/ncat/ncat_ssl.c +@@ -128,7 +128,9 @@ + + #include + #include ++#include + #include ++#include + #include + #include + #include