X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal-nessie.h;h=203f7cc3f24c88917be6edea07ff536380b64064;hp=5e4285f4e5eb6f95422f4908047f3d28f7f80cb6;hb=257ce629ccb9d28193912b855322c91408fd19a7;hpb=61b5214b9a948a74fe9c22586b84d19d24537fdb diff --git a/bcal/bcal-nessie.h b/bcal/bcal-nessie.h index 5e4285f..203f7cc 100644 --- a/bcal/bcal-nessie.h +++ b/bcal/bcal-nessie.h @@ -1,6 +1,6 @@ /* bcal-nessie.h */ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -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_ */