X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=bcal%2Fbcal-nessie.h;h=01209615d75576c97a2356e90434f8af2aafef80;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=5e4285f4e5eb6f95422f4908047f3d28f7f80cb6;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/bcal/bcal-nessie.h b/bcal/bcal-nessie.h index 5e4285f..0120961 100644 --- a/bcal/bcal-nessie.h +++ b/bcal/bcal-nessie.h @@ -31,7 +31,7 @@ #include "blockcipher_descriptor.h" void bcal_nessie(const bcdesc_t* bcd); -void bcal_nessie_multiple(const bcdesc_t** bcd_list); +void bcal_nessie_multiple(const bcdesc_t* const* bcd_list); #endif /* BCALNESSIE_H_ */