summaryrefslogtreecommitdiff
path: root/security/dsniff/files/patch-sshcrypto.c
blob: cacfbb2d89296b961a4751cb2e8ed480ff604ccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>