Date: Fri, 11 Jul 2008 18:08:25 -0400 From: Felipe XXXXXXXXXXXXXXXX User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) To: josv@osp.nl Subject: sslsmurf BUGFIX DomainKey-Status: no signature Hi ! I was trying to compile sslsmurf under cygwin (windows) and I get some errors. To fix that, you need to: Compile with: gcc -g -Wall -osslsmurf sslsmurf.c -lssl -lpthread -lgnutls-openssl instead of: gcc -g -Wall -osslsmurf sslsmurf.c -lssl -lpthread And also comment two lines that make a reference to ERR_print_errors (line 721 and 1016) Thanks,