I solve this problem in dsniff-2.3-r10 by applying the following patch: --- /tmp/sshcrypto.c 2000-11-29 05:23:28.000000000 +0800 +++ sshcrypto.c 2006-12-09 01:58:57.000000000 +0800 @@ -15,6 +15,11 @@ #include <sys/types.h> #include <openssl/ssl.h> +/* added by scwang */ +#include <openssl/des.h> +#include <openssl/blowfish.h> +/* end */ + #include <err.h> #include <stdio.h> #include <stdlib.h>
-- Shaochun Wang <[EMAIL PROTECTED]> GPG Fingerprint: 70C2 6945 0E46 E08B 419A 007C AC5C F21F 358A 0833 You can get my publickey from the following url: http://lcs.ios.ac.cn/~scwang/docs/scwangpublickey.gpg -- gentoo-user@gentoo.org mailing list