eas.h: fix compiler warnings
../contrib/aes.h:121:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
int aes_test();
^
void
The function are not defined so they could be removed. But we can keep them in case we want the tests someday.
Edited by Steve Lhomme