diff options
Diffstat (limited to 'security')
-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> |