X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal-performance.h;fp=bcal%2Fbcal-performance.h;h=7258854b5ad0ccd3b761bd7d8ecd1555f5c178db;hp=19207ea722b30e6b28561f12887ac7144e96ff54;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index 19207ea..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* const* hd_list); +void bcal_performance(const bcdesc_t *hd); +void bcal_performance_multiple(const bcdesc_t *const *hd_list); #endif /* BCAL_PERFORMANCE_H_ */