[gentoo-user] dsniff-2.3-r10 compile error

2006-12-08 Thread Shaochun Wang
Hi guys: I have the following error when compiling dsniff-2.3-r10: In file included from ./filesnarf.c:28: ./nfs_prot.h:265: error: expected specifier-qualifier-list before 'n' In file included from ./filesnarf.c:28: ./nfs_prot.h:265:3: warning: no newline at end of file ./nfs_prot.h:6:1: error:

Re: [gentoo-user] dsniff-2.3-r10 compile error

2006-12-08 Thread Daniel Iliev
Shaochun Wang wrote: Hi guys: I have the following error when compiling dsniff-2.3-r10: In file included from ./filesnarf.c:28: ./nfs_prot.h:265: error: expected specifier-qualifier-list before 'n' In file included from ./filesnarf.c:28: ./nfs_prot.h:265:3: warning: no newline at end of

Re: [gentoo-user] dsniff-2.3-r10 compile error

2006-12-08 Thread Shaochun Wang
I solve this problem in dsniff-2.3-r10 by applying the following patch: --- /tmp/sshcrypto.c2000-11-29 05:23:28.0 +0800 +++ sshcrypto.c 2006-12-09 01:58:57.0 +0800 @@ -15,6 +15,11 @@ #include sys/types.h #include openssl/ssl.h +/* added by scwang */ +#include openssl/des.h