git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e16322c
)
nmap: Fix compile with stripped down openssl. fix #3300
author
neheb
<redacted>
Tue, 22 Nov 2016 15:44:14 +0000
(07:44 -0800)
committer
Nuno Goncalves
<redacted>
Tue, 22 Nov 2016 15:44:14 +0000
(16:44 +0100)
Signed-off by: Rosen Penev <redacted>
net/nmap/patches/001-fix-missing-includes.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/net/nmap/patches/001-fix-missing-includes.patch
b/net/nmap/patches/001-fix-missing-includes.patch
new file mode 100644
(file)
index 0000000..
3985bad
--- /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 <stdio.h>
+ #include <openssl/ssl.h>
++#include <openssl/bn.h>
+ #include <openssl/err.h>
++#include <openssl/rsa.h>
+ #include <openssl/rand.h>
+ #include <openssl/x509.h>
+ #include <openssl/x509v3.h>
git clone https://git.99rst.org/PROJECT