diff options
author | Cédric Krier <cedk@gentoo.org> | 2006-12-01 23:06:45 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2006-12-01 23:06:45 +0000 |
commit | edf2daf0b6fdc96748d720206cf836563bb7f73f (patch) | |
tree | 98f0088305e2e92127e7aeda6d6eb1fcb4157887 /net-analyzer/dsniff/files | |
parent | Add dev-util/pkgconfig dep, bug 150784, thanks to Patrick Lauer for reporting (diff) | |
download | gentoo-2-edf2daf0b6fdc96748d720206cf836563bb7f73f.tar.gz gentoo-2-edf2daf0b6fdc96748d720206cf836563bb7f73f.tar.bz2 gentoo-2-edf2daf0b6fdc96748d720206cf836563bb7f73f.zip |
Fix bug #146573
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-analyzer/dsniff/files')
-rw-r--r-- | net-analyzer/dsniff/files/2.3-openssl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/dsniff/files/2.3-openssl.patch b/net-analyzer/dsniff/files/2.3-openssl.patch new file mode 100644 index 000000000000..b7df13d8acd5 --- /dev/null +++ b/net-analyzer/dsniff/files/2.3-openssl.patch @@ -0,0 +1,12 @@ +diff -ru dsniff-2.3~/sshcrypto.c dsniff-2.3/sshcrypto.c +--- dsniff-2.3~/sshcrypto.c 2006-12-01 23:44:43.000000000 +0100 ++++ dsniff-2.3/sshcrypto.c 2006-12-01 23:46:52.000000000 +0100 +@@ -14,6 +14,8 @@ + + #include <sys/types.h> + #include <openssl/ssl.h> ++#include <openssl/blowfish.h> ++#include <openssl/des.h> + + #include <err.h> + #include <stdio.h> |