X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-twister-test.c;h=0f6fc492772b8b7f840413ba0c4674d2f33a7092;hb=52ec168ece9d61bd9cb652235dfe8faee6232a11;hp=794c05467055541cc63895238a8fc046a77a42b5;hpb=ed07adb6f2aeaf61da0e482cec328120bfeb860e;p=avr-crypto-lib.git diff --git a/test_src/main-twister-test.c b/test_src/main-twister-test.c index 794c054..0f6fc49 100644 --- a/test_src/main-twister-test.c +++ b/test_src/main-twister-test.c @@ -23,10 +23,11 @@ #include "config.h" #include "serial-tools.h" -#include "uart.h" +#include "uart_i.h" #include "debug.h" #include "twister-small.h" +#include "twister-large.h" #include "nessie_hash_test.h" #include "performance_test.h" #include "hfal_twister224.h" @@ -140,8 +141,8 @@ cmdlist_entry_t cmdlist[] PROGMEM = { int main (void){ DEBUG_INIT(); - cli_rx = uart_getc; - cli_tx = uart_putc; + cli_rx = (cli_rx_fpt)uart0_getc; + cli_tx = (cli_tx_fpt)uart0_putc; shavs_algolist=(hfdesc_t**)algolist; shavs_algo=(hfdesc_t*)&twister256_desc; for(;;){