X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.h;h=7258854b5ad0ccd3b761bd7d8ecd1555f5c178db;hb=3a9f9d918fb95474996af535c225a7e187d88372;hp=b8c56663fbe0a595f537dc8adf276a674ea1ff4e;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index b8c5666..7258854 100644 --- a/bcal/bcal-performance.h +++ b/bcal/bcal-performance.h @@ -31,8 +31,8 @@ #include "blockcipher_descriptor.h" -void bcal_performance(const bcdesc_t* hd); -void bcal_performance_multiple(const bcdesc_t** hd_list); +void bcal_performance(const bcdesc_t *hd); +void bcal_performance_multiple(const bcdesc_t *const *hd_list); #endif /* BCAL_PERFORMANCE_H_ */