X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.h;h=bc76d5135e2945f5cb6e4aae7b59e41be06fadd7;hb=1d6dd4071379217e80df19117dd7a6508ecb1167;hp=e2aef8dd941100803c98d16be76cb0fc83811cd2;hpb=7390f9235d6bc08b7fe34a5f43a04bd3b58f6ea6;p=arm-crypto-lib.git diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index e2aef8d..bc76d51 100644 --- a/bcal/bcal-performance.h +++ b/bcal/bcal-performance.h @@ -32,7 +32,7 @@ #include "blockcipher_descriptor.h" void bcal_performance(const bcdesc_t* hd); -void bcal_performance_multiple(const bcdesc_t** hd_list); +void bcal_performance_multiple(const bcdesc_t* const * hd_list); #endif /* BCAL_PERFORMANCE_H_ */