summaryrefslogtreecommitdiffstats
path: root/network/dsniff/patches/08_openssl-0.9.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/dsniff/patches/08_openssl-0.9.8.patch')
-rw-r--r--network/dsniff/patches/08_openssl-0.9.8.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/dsniff/patches/08_openssl-0.9.8.patch b/network/dsniff/patches/08_openssl-0.9.8.patch
new file mode 100644
index 0000000000..dc9b327bfe
--- /dev/null
+++ b/network/dsniff/patches/08_openssl-0.9.8.patch
@@ -0,0 +1,15 @@
+Author: <kees@ubuntu.com>
+Description: Fix FTBFS with openssl.
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+--- a/ssh.c
++++ b/ssh.c
+@@ -16,6 +16,7 @@
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
+ #include <openssl/rand.h>
++#include <openssl/md5.h>
+
+ #include <err.h>
+ #include <errno.h>