09_sshcrypto.patch 357 B

12345678910111213
  1. diff -Nur dsniff-2.4-old/sshcrypto.c dsniff-2.4/sshcrypto.c
  2. --- dsniff-2.4-old/sshcrypto.c 2009-09-15 00:11:17.158475246 +0300
  3. +++ dsniff-2.4/sshcrypto.c 2009-09-15 00:11:20.500202240 +0300
  4. @@ -14,6 +14,8 @@
  5. #include <sys/types.h>
  6. #include <openssl/ssl.h>
  7. +#include <openssl/blowfish.h>
  8. +#include <openssl/des.h>
  9. #include <err.h>
  10. #include <stdio.h>