From a947d4d7008a256758367938aaa6629c4df46991 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 28 May 2009 11:16:25 +0000 Subject: [PATCH] [package] fix path to the md5 header in dsniff, patch from Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/packages@16132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dsniff/patches/008-md5_include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/dsniff/patches/008-md5_include.patch diff --git a/net/dsniff/patches/008-md5_include.patch b/net/dsniff/patches/008-md5_include.patch new file mode 100644 index 000000000..ff7134325 --- /dev/null +++ b/net/dsniff/patches/008-md5_include.patch @@ -0,0 +1,12 @@ +diff -ru dsniff-2.4/record.c dsniff-2.4-new/record.c +--- dsniff-2.4/record.c 2009-05-27 23:40:08.000000000 -0700 ++++ dsniff-2.4-new/record.c 2009-05-27 23:39:53.000000000 -0700 +@@ -14,7 +14,7 @@ + + #include + #include +-#include ++#include "missing/md5.h" + #include + #include +