]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-noekeon-test.c
removed warnings and bugs
[avr-crypto-lib.git] / test_src / main-noekeon-test.c
index ad60d7acc24116a5103aa00cb8a02f5b605e3d43..f33f5c18f0811a69f43ef5d6d65a4cf0b9b6c3a2 100644 (file)
@@ -27,7 +27,6 @@
 #include "debug.h"
 
 #include "noekeon.h"
-#include "nessie_bc_test.h"
 #include "bcal-nessie.h"
 #include "performance_test.h"
 #include "bcal-performance.h"
@@ -50,7 +49,7 @@ const bcdesc_t* algolist[] PROGMEM = {
  *****************************************************************************/
 
 void testrun_nessie_noekeon(void){
-       bcal_nessie_multiple(&algolist);
+       bcal_nessie_multiple(algolist);
 }