X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal-nessie.c;h=4fabd585f2d8cde60dc44795004aeaa563a0b530;hp=b013bf573541d348bf1baf3183e85c4e98228e4c;hb=257ce629ccb9d28193912b855322c91408fd19a7;hpb=61b5214b9a948a74fe9c22586b84d19d24537fdb diff --git a/bcal/bcal-nessie.c b/bcal/bcal-nessie.c index b013bf5..4fabd58 100644 --- a/bcal/bcal-nessie.c +++ b/bcal/bcal-nessie.c @@ -1,6 +1,6 @@ /* bcal-nessie.c */ /* - 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 @@ -66,7 +66,7 @@ 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){ const bcdesc_t* bcd; for(;;){ bcd = *bcd_list++;