fixing a warning

This commit is contained in:
bg 2009-02-04 14:00:52 +00:00
parent aa477226f9
commit a0ce7501a5
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ int main (void){
uart_putstr("\r\n");
cli_rx = uart_getc;
cli_tx = uart_putc;
algolist=algo_list;
algolist=(hfdesc_t**)algo_list;
for(;;){
uart_putstr_P(PSTR("\r\n\r\nCrypto-VS ("));
uart_putstr(algo_name);