summaryrefslogtreecommitdiffstats
path: root/network/dsniff/patches/08_openssl-0.9.8.patch
diff options
context:
space:
mode:
author Matteo Bernardini2021-02-18 18:49:06 +0100
committer Robby Workman2021-04-18 06:19:28 +0200
commitf706b0bc334afad2709a0e056d4d01b20aca3276 (patch)
tree8b7b9114d1cc742e0366e6a92f8dbecc60467b4d /network/dsniff/patches/08_openssl-0.9.8.patch
parente46aa14cab877f6d503b640e8207c5d53a45b1e9 (diff)
downloadslackbuilds-f706b0bc334afad2709a0e056d4d01b20aca3276.tar.gz
network/dsniff: Update to the latest debian patches.
Thanks to USUARIONUEVO for the report Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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>