Hello, just reporting something (Sorry I don't know how to use sourceforge for commits).
The file ecc/testecc.c has in the line #42: #include <assert.h>
#include <assert.h>
Should not be like this? :
#ifdef HAVE_ASSERT_H #include <assert.h> #endif