let ipkg fail when a package file to be installed is not found
[openwrt.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>