X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.c;h=55e4a948b854ea8a5256eedcf0c076b15893fa58;hb=4702ee6467ec406ab58d3a5cb4e3144133ba4909;hp=9ad15a9d79faf50fb79679e1cfa0105bc1bf1bd3;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/bcal/bcal-performance.c b/bcal/bcal-performance.c index 9ad15a9..55e4a94 100644 --- a/bcal/bcal-performance.c +++ b/bcal/bcal-performance.c @@ -135,7 +135,7 @@ void bcal_performance(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 = *bcd_list;