Ticket #4671: dsniff.patch
File dsniff.patch, 926 bytes (added by bahamat@…, 19 years ago) |
---|
-
Portfile
old new 25 25 master_sites ${homepage} 26 26 checksums md5 183e336a45e38013f3af840bddec44b4 27 27 28 patchfiles patch-pcaputil.c 28 patchfiles patch-pcaputil.c \ 29 patch-sshcrypto.c 29 30 30 31 configure.args --mandir=${prefix}/share/man 31 32 -
files/patch-sshcrypto.c
diff -Naur dsniff.old/files/patch-sshcrypto.c dsniff/files/patch-sshcrypto.c
old new 1 --- sshcrypto.c.old 2005-09-28 15:28:01.000000000 -0700 2 +++ sshcrypto.c 2005-09-28 15:29:01.000000000 -0700 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>