Rename patches to match conventions, second round; *ouch*

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6081 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-01-11 17:28:45 +00:00
parent dc4a0f507b
commit 447e620e40
80 changed files with 1 additions and 0 deletions

View 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>