X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=bcal%2Fbcal-performance.h;h=19207ea722b30e6b28561f12887ac7144e96ff54;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=b8c56663fbe0a595f537dc8adf276a674ea1ff4e;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;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_ */