X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.c;h=feeda105d716d7da0df967e00660f183d76603ee;hb=997bf1010de28a0a7246b792254a1ec6a59d5d4d;hp=36cc82317948677733cee2f3b8f58dc61d6ff1c6;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/bcal/bcal-performance.c b/bcal/bcal-performance.c index 36cc823..feeda10 100644 --- a/bcal/bcal-performance.c +++ b/bcal/bcal-performance.c @@ -210,7 +210,7 @@ void bcal_stacksize(const bcdesc_t* bcd){ } } -void bcal_performance_multiple(const bcdesc_t** bcd_list){ +void bcal_performance_multiple(const bcdesc_t* const* bcd_list){ const bcdesc_t* bcd; for(;;){ bcd = (void*)pgm_read_word(bcd_list);