aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dsniff/dsniff-2.3
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-10-10 20:25:10 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-13 21:30:27 -0700
commit6b2da63ff97143cac33f0fdd188577539787b977 (patch)
tree6412e0068b264b30b39dd7f6681434933591385b /recipes/dsniff/dsniff-2.3
parentbe5bc791c9808a4d39fedb4a8c4140a054f95cf9 (diff)
downloadopenembedded-6b2da63ff97143cac33f0fdd188577539787b977.tar.gz
dsniff_2.3.bb: fix buildability.
This almost 10 year old software is beginning to suffer bitrot. Libnids now uses glib, and openssl structs have moved headers. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/dsniff/dsniff-2.3')
-rw-r--r--recipes/dsniff/dsniff-2.3/openssl-includes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dsniff/dsniff-2.3/openssl-includes.patch b/recipes/dsniff/dsniff-2.3/openssl-includes.patch
new file mode 100644
index 0000000000..033fc5c37a
--- /dev/null
+++ b/recipes/dsniff/dsniff-2.3/openssl-includes.patch
@@ -0,0 +1,11 @@
+--- dsniff-2.3/sshcrypto.c.orig 2010-10-11 16:38:25.000000000 +1030
++++ dsniff-2.3/sshcrypto.c 2010-10-11 16:38:30.000000000 +1030
+@@ -14,6 +14,8 @@
+
+ #include <sys/types.h>
+ #include <openssl/ssl.h>
++#include <openssl/blowfish.h>
++#include <openssl/des.h>
+
+ #include <err.h>
+ #include <stdio.h>