1 2 3 4 5 6 7 8 9 10 11 12
diff -ru dsniff-2.3~/sshcrypto.c dsniff-2.3/sshcrypto.c --- dsniff-2.3~/sshcrypto.c 2006-12-01 23:44:43.000000000 +0100 +++ dsniff-2.3/sshcrypto.c 2006-12-01 23:46:52.000000000 +0100 @@ -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>