diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 01:03:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 01:03:38 +0000 |
commit | 69d83e2f2091ab92845c36ef4cd624d222645667 (patch) | |
tree | 2dec2ec6f479994b769de2dd991798db4e9bb19d /openwrt/package/dsniff/patches/openssl-fix.patch | |
parent | 61d956fdc3f07d06ffa37590c69d53a5f3394190 (diff) | |
download | mtk-20170518-69d83e2f2091ab92845c36ef4cd624d222645667.zip mtk-20170518-69d83e2f2091ab92845c36ef4cd624d222645667.tar.gz mtk-20170518-69d83e2f2091ab92845c36ef4cd624d222645667.tar.bz2 |
update dsniff to 2.4b1 and fix some compile issues
SVN-Revision: 3298
Diffstat (limited to 'openwrt/package/dsniff/patches/openssl-fix.patch')
-rw-r--r-- | openwrt/package/dsniff/patches/openssl-fix.patch | 11 |
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 0000000..1b2f9e7 --- /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> |