summaryrefslogtreecommitdiffstats
path: root/openwrt/package/dsniff/patches/openssl-fix.patch
blob: 1b2f9e7bedba91e9d5e396569adfdae71c333c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- dsniff-2.4b1.orig/sshcrypto.c
+++ dsniff-2.4b1/sshcrypto.c
@@ -14,6 +14,8 @@
 
 #include <sys/types.h>
 #include <openssl/ssl.h>
+#include <openssl/blowfish.h>
+#include <openssl/des.h>
 
 #include <err.h>
 #include <stdio.h>