Ticket #4671: dsniff.patch

File dsniff.patch, 926 bytes (added by bahamat@…, 19 years ago)

Patch to correct linking problems in sshcrypto.c

  • Portfile

    old new  
    2525master_sites     ${homepage}
    2626checksums        md5 183e336a45e38013f3af840bddec44b4
    2727
    28 patchfiles       patch-pcaputil.c
     28patchfiles       patch-pcaputil.c \
     29                 patch-sshcrypto.c
    2930
    3031configure.args   --mandir=${prefix}/share/man
    3132
  • 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>