blob: f8d382913286345b68bb8531b3cb37e49e358a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: dsniff-2.4/record.c
===================================================================
--- dsniff-2.4.orig/record.c 2010-11-03 23:43:14.268000004 +0100
+++ dsniff-2.4/record.c 2010-11-03 23:43:16.947000004 +0100
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <time.h>
-#include <md5.h>
+#include "missing/md5.h"
#include <gdbm.h>
#include <libnet.h>
|