Port dsniff to -ng
[openwrt/svn-archive/archive.git] / net / dsniff / patches / openssl-fix.patch
1 --- dsniff-2.4b1.orig/sshcrypto.c
2 +++ dsniff-2.4b1/sshcrypto.c
3 @@ -14,6 +14,8 @@
4
5 #include <sys/types.h>
6 #include <openssl/ssl.h>
7 +#include <openssl/blowfish.h>
8 +#include <openssl/des.h>
9
10 #include <err.h>
11 #include <stdio.h>