aboutsummaryrefslogtreecommitdiff
path: root/security/dsniff
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-02-09 04:27:53 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-02-09 04:27:53 +0000
commit7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb (patch)
tree4d9bceb9cf792e83810b172ba3d52b0c2687a424 /security/dsniff
parent4a60a524a878650f2c8b8cfec88f1b297c716262 (diff)
downloadports-7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb.tar.gz
ports-7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb.zip
- Fix building when security/openssl is installed.
PR: ports/95733 Submitted by: "Jukka A. Ukkonen" <jau@iki.fi>
Notes
Notes: svn path=/head/; revision=184660
Diffstat (limited to 'security/dsniff')
-rw-r--r--security/dsniff/files/patch-sshcrypto.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/dsniff/files/patch-sshcrypto.c b/security/dsniff/files/patch-sshcrypto.c
new file mode 100644
index 000000000000..cacfbb2d8929
--- /dev/null
+++ b/security/dsniff/files/patch-sshcrypto.c
@@ -0,0 +1,12 @@
+--- ./sshcrypto.c.orig Tue Nov 28 18:23:28 2000
++++ ./sshcrypto.c Fri Feb 9 01:15:08 2007
+@@ -14,6 +14,9 @@
+
+ #include <sys/types.h>
+ #include <openssl/ssl.h>
++#include <openssl/blowfish.h>
++#include <openssl/des.h>
++#include <openssl/des_old.h>
+
+ #include <err.h>
+ #include <stdio.h>