1b2f9e7bedba91e9d5e396569adfdae71c333c14
[openwrt/staging/mkresin.git] / openwrt / package / 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>