summaryrefslogtreecommitdiffstats
path: root/openwrt/package/dsniff/patches/openssl-fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 01:03:38 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 01:03:38 +0000
commit5d4f1a1841e6fb6debc5bf5fd8d9e31b9df12420 (patch)
treebc8e3f1cb4adb6ae8f6fe9ae933c67ce6a17c088 /openwrt/package/dsniff/patches/openssl-fix.patch
parent013e04a018a55287faff4ec9f5fe3305525e03cd (diff)
update dsniff to 2.4b1 and fix some compile issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dsniff/patches/openssl-fix.patch')
-rw-r--r--openwrt/package/dsniff/patches/openssl-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/dsniff/patches/openssl-fix.patch b/openwrt/package/dsniff/patches/openssl-fix.patch
new file mode 100644
index 000000000..1b2f9e7be
--- /dev/null
+++ b/openwrt/package/dsniff/patches/openssl-fix.patch
@@ -0,0 +1,11 @@
+--- dsniff-2.4b1.orig/sshcrypto.c
++++ dsniff-2.4b1/sshcrypto.c
+@@ -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>