summaryrefslogtreecommitdiffstats
path: root/network/dsniff/patches/08_openssl-0.9.8.patch
blob: dc9b327bfe2a60ff4b3bf6ba4de2b50c61ebed41 (plain)
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>