packages/net/dsniff/patches/008-md5_include.patch

13 lines
334 B
Diff
Raw Normal View History

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 <stdio.h>
#include <time.h>
-#include <md5.h>
+#include "missing/md5.h"
#include <gdbm.h>
#include <libnet.h>