X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal-performance.c;h=55e4a948b854ea8a5256eedcf0c076b15893fa58;hp=9ad15a9d79faf50fb79679e1cfa0105bc1bf1bd3;hb=1d6dd4071379217e80df19117dd7a6508ecb1167;hpb=7390f9235d6bc08b7fe34a5f43a04bd3b58f6ea6 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;