X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.h;h=19207ea722b30e6b28561f12887ac7144e96ff54;hb=9023000e91b6065961051339700526c98f8438e8;hp=b8c56663fbe0a595f537dc8adf276a674ea1ff4e;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index b8c5666..19207ea 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_ */