patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/dsniff/patches/005-openssl_fix.patch
Normal file
11
net/dsniff/patches/005-openssl_fix.patch
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user