diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 12:27:53 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 12:27:53 +0800 |
commit | 7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb (patch) | |
tree | 4d9bceb9cf792e83810b172ba3d52b0c2687a424 /security/dsniff | |
parent | 4a60a524a878650f2c8b8cfec88f1b297c716262 (diff) | |
download | freebsd-ports-gnome-7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb.tar.gz freebsd-ports-gnome-7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb.tar.zst freebsd-ports-gnome-7edd6624cf6f4fcfb61d98c9f45f7ffeeb82cddb.zip |
- Fix building when security/openssl is installed.
PR: ports/95733
Submitted by: "Jukka A. Ukkonen" <jau@iki.fi>
Diffstat (limited to 'security/dsniff')
-rw-r--r-- | security/dsniff/files/patch-sshcrypto.c | 12 |
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> |