diff options
-rw-r--r-- | security/dsniff/distinfo | 4 | ||||
-rw-r--r-- | security/dsniff/patches/patch-ab | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/security/dsniff/distinfo b/security/dsniff/distinfo index 2527d063e84..48a54a2458a 100644 --- a/security/dsniff/distinfo +++ b/security/dsniff/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/12/11 18:26:03 salo Exp $ SHA1 (dsniff-2.3.tar.gz) = 671a1df823ab0657fc95e79112924a57281e9c3b RMD160 (dsniff-2.3.tar.gz) = 89dad0259e90acef30a7aa5f3471de3aaeb06147 Size (dsniff-2.3.tar.gz) = 126797 bytes SHA1 (patch-aa) = b50347c772c13abd6b62a80315c7bfecc139ba60 -SHA1 (patch-ab) = 88c8e182a95b03120446f1453806e5354c074b83 +SHA1 (patch-ab) = 6385da7139dcb11ea29ffba468e7fac260b61b44 diff --git a/security/dsniff/patches/patch-ab b/security/dsniff/patches/patch-ab index a1d617fec7e..1b3fe14f9f4 100644 --- a/security/dsniff/patches/patch-ab +++ b/security/dsniff/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.1 2003/10/29 18:10:10 cube Exp $ +$NetBSD: patch-ab,v 1.2 2005/12/11 18:26:03 salo Exp $ --- sshcrypto.c.orig 2000-11-28 22:23:28.000000000 +0100 +++ sshcrypto.c -@@ -21,6 +21,15 @@ +@@ -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> +@@ -21,6 +23,15 @@ #include "sshcrypto.h" |